Skip to content

Commit

Permalink
Update arguments for RalfG/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
naufraghi committed Apr 7, 2021
1 parent d82a600 commit a0bc2a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ jobs:
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp27-cp27m cp27-cp27mu cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
deploy-requirements: 'cython'
build-requirements: 'cython'
system-packages: 'patchelf'
package-path: ''
- name: Publish wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m pip install twine
twine upload --skip-existing wheelhouse/*-manylinux*.whl
twine upload --skip-existing dist/*-manylinux*.whl
deploy-macos:
runs-on: macos-10.15
Expand Down

0 comments on commit a0bc2a1

Please sign in to comment.