Skip to content

Commit

Permalink
cicd: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf8601 committed Feb 10, 2022
1 parent 445ab80 commit d52c32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d52c32e

Please sign in to comment.