Skip to content

Commit

Permalink
Fix if statement in gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Aug 22, 2023
1 parent b1bb6f8 commit 11ba347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# pinned version 1.8.10 [2]
- name: Publish distribution 📦 to Test PyPI
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 11ba347

Please sign in to comment.