We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445ab80 commit d52c32eCopy full SHA for d52c32e
.github/workflows/pypi_wheel.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: RalfG/[email protected]_x86_64
27
with:
28
python-versions: 'cp36-cp36m cp37-cp37m'
29
- build-requirements: 'cython numpy'
+ build-requirements: 'numpy'
30
- name: Publish wheels to PyPI
31
env:
32
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
33
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
34
run: |
35
- twine upload dist/*-manylinux*.whl
+ twine upload dist/*.whl
0 commit comments