Skip to content

Commit

Permalink
Merge pull request #370 from carstencodes/contrib/carstencodes/pip-re…
Browse files Browse the repository at this point in the history
…lease

ci: Corrected deployment
  • Loading branch information
yoheimuta authored Mar 14, 2024
2 parents 0d75656 + 68866bb commit 42b453f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_AUTH_TOKEN }}
run: twine upload _wheel/*
working-directory: ./bdist/py
if: ${{ (env.TWINE_USERNAME == '') || (env.TWINE_PASSWORD == '') }}
if: ${{ (env.TWINE_USERNAME != '') && (env.TWINE_PASSWORD != '') }}

0 comments on commit 42b453f

Please sign in to comment.