Skip to content

Commit

Permalink
Fix/gitflow (#5)
Browse files Browse the repository at this point in the history
* fix/gitflow update the logic

* fix/gitflow update the logic
  • Loading branch information
hminaee-tc authored Jul 4, 2024
1 parent 38a9dc9 commit 7d07c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: python -m build

- name: Publish package to PyPI
if: ${{ github.ref == 'refs/heads/test-1' && github.event_name == 'push' }}
if: ${{ github.ref == 'refs/heads/test-2' && github.event_name == 'push' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit 7d07c4d

Please sign in to comment.