Skip to content

Commit

Permalink
Add conditional check for publishing package to TestPyPI
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed May 18, 2024
1 parent 38e7eee commit d65373c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
Expand Down

0 comments on commit d65373c

Please sign in to comment.