Skip to content

Commit a7d4599

Browse files
committed
ci: fix deprecated skip_existing → skip-existing
1 parent 564ea52 commit a7d4599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Publish to PyPI
3434
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
36-
skip_existing: true
36+
skip-existing: true

0 commit comments

Comments
 (0)