Skip to content

Commit fc3c4ac

Browse files
committed
Fix: Add skip-existing to jess TestPyPI.
1 parent a40264e commit fc3c4ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
with:
7171
name: python-package-distributions
7272
path: dist/
73-
- name: Publishjess TestPyPI
73+
- name: Publish jess TestPyPI
7474
uses: pypa/gh-action-pypi-publish@release/v1
7575
with:
76+
skip-existing: true
7677
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)