Skip to content

Commit f044003

Browse files
authored
Update publish_workflow.yml
1 parent d437bb8 commit f044003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
needs:
103103
- build
104104
runs-on: ubuntu-latest
105-
continue-on-error: true
106105

107106
environment:
108107
name: testpypi
@@ -121,3 +120,4 @@ jobs:
121120
uses: pypa/gh-action-pypi-publish@release/v1
122121
with:
123122
repository-url: https://test.pypi.org/legacy/
123+
skip-existing: true

0 commit comments

Comments
 (0)