Skip to content

Commit

Permalink
Don't attempt to publish .dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 18, 2024
1 parent 92bc45a commit 35d8901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
ls -l dist
- name: Publish to TestPyPI if alpha
if: "contains(env.PACKAGE_VERSION, 'a')"
if: "contains(env.PACKAGE_VERSION, 'a') && !contains(env.PACKAGE_VERSION, '.dev')"
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
Expand Down

0 comments on commit 35d8901

Please sign in to comment.