Skip to content

Commit

Permalink
Fix maturin options
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelbpunkt committed Feb 26, 2021
1 parent 76cec37 commit 0cb29c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Build manylinux Python wheels
run: |
docker build -t maturin:latest .
docker run --rm -v $(pwd):/io maturin:latest publish --no-sdist --release --strip --manylinux 2010 --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}
docker run --rm -v $(pwd):/io maturin:latest publish --no-sdist --manylinux 2010 --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 0cb29c7

Please sign in to comment.