Skip to content

Commit f020e82

Browse files
committed
Adjusted TestPyPI to only run on non-tagged branches.
1 parent 1f6c4fd commit f020e82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
.
3030
- name: Publish distribution to Test PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1
32+
if: ${{ !startsWith(github.ref, 'refs/tags') }}
3233
with:
3334
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3435
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)