Skip to content

Commit 2d3fabc

Browse files
committed
add skip-existing to PyPI publish job
1 parent d52c3af commit 2d3fabc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
id: download
6868
with:
6969
path: ${{ github.workspace }}/artifacts
70-
70+
7171
- name: Collect wheels
7272
run: |
7373
mkdir -p dist
@@ -79,6 +79,8 @@ jobs:
7979
prerelease: false
8080
files: |
8181
dist/*.whl
82-
82+
8383
- name: Publish wheels
8484
uses: pypa/gh-action-pypi-publish@release/v1
85+
with:
86+
skip-existing: true

0 commit comments

Comments
 (0)