Skip to content

Commit

Permalink
Merge pull request #5 from mauwii/fix/ci/pypi-release
Browse files Browse the repository at this point in the history
fix pypi-release workflow
  • Loading branch information
mauwii authored Mar 5, 2023
2 parents 3d486ff + f5c866b commit 5ace23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: twine check dist/*

- name: check PyPI versions
if: github.ref = 'refs/heads/main'
if: github.ref == 'refs/heads/main'
run: |
python -c "\
import scripts.pypi_helper; \
Expand Down

0 comments on commit 5ace23e

Please sign in to comment.