Skip to content

Commit

Permalink
Fix deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
ksiazkowicz committed Apr 24, 2020
1 parent ed07a91 commit ae40067
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ jobs:
pip install --upgrade pip twine
- name: Publish
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/* | true
twine upload wheelhouse/*.whl | true
twine upload dist/* wheelhouse/*.whl || true

0 comments on commit ae40067

Please sign in to comment.