Skip to content

Commit 3781931

Browse files
committed
Skip existing uploaded packages (from other workflows)
1 parent 2f8f918 commit 3781931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
6464
run: |
6565
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
66-
poetry publish --build
66+
poetry publish --build --skip-existing
6767
- name: Create release and add artifacts 🚀
6868
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
6969
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)