Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwatson committed Jan 6, 2025
1 parent b591f57 commit 9d4da39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
find .
- name: Publish distribution 📦 to Test PyPI
if: !startsWith(github.ref, 'refs/tags')
if: ${{ !startsWith(github.ref, 'refs/tags') }}
uses: pypa/gh-action-pypi-publish@release/v1

with:
Expand Down

0 comments on commit 9d4da39

Please sign in to comment.