From d52c32eacaa7a806950e6f92ed38bc21261fb4f3 Mon Sep 17 00:00:00 2001 From: Maximiliano Greco Date: Thu, 10 Feb 2022 19:53:13 +0100 Subject: [PATCH] cicd: update workflow --- .github/workflows/pypi_wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_wheel.yml b/.github/workflows/pypi_wheel.yml index 8d13a46..2114736 100644 --- a/.github/workflows/pypi_wheel.yml +++ b/.github/workflows/pypi_wheel.yml @@ -26,10 +26,10 @@ jobs: uses: RalfG/python-wheels-manylinux-build@v0.3.1-manylinux2010_x86_64 with: python-versions: 'cp36-cp36m cp37-cp37m' - build-requirements: 'cython numpy' + build-requirements: 'numpy' - name: Publish wheels to PyPI env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - twine upload dist/*-manylinux*.whl + twine upload dist/*.whl