Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 599cdf2

Browse files
committed
feat: skip existing package on Test PyPi
1 parent 605b399 commit 599cdf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Publish distribution 📦 to Test PyPI
2323
uses: pypa/gh-action-pypi-publish@v1.3.1
2424
with:
25+
skip_existing: true
2526
password: ${{ secrets.TEST_PYPI_TOKEN }}
2627
repository_url: https://test.pypi.org/legacy/
2728
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)