Skip to content

Commit 04cb65e

Browse files
committed
Add skip_existing flag to PyPI publish step
1 parent e76ad77 commit 04cb65e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: ./build-dist.sh
4949
- name: Publish package
5050
uses: pypa/gh-action-pypi-publish@release/v1
51+
with:
52+
skip_existing: true
5153
- name: Create Beta Release
5254
id: create_release
5355
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)