Skip to content

Commit

Permalink
fix deployment scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed May 8, 2024
1 parent 70a77f0 commit d7ae009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -m twine check dist/*
- name: Publish distribution 📦 to PyPI
if: ${{ startsWith(github.ref, 'refs/tags') && matrix.os != 'ubuntu-latest' }}
if: ${{ startsWith(github.ref, 'refs/tags') }}
env:
TWINE_USERNAME: ${{ secrets.PYPI_UN }}
TWINE_PASSWORD: ${{ secrets.PYPI_PW }}
Expand Down

0 comments on commit d7ae009

Please sign in to comment.