Skip to content

Commit 1613055

Browse files
committed
Fix
1 parent d614f77 commit 1613055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
2525
repository-url: https://test.pypi.org/legacy/
26-
skip_existing: true
26+
skip-existing: true
2727
- name: Publish distribution 📦 to PyPI
2828
if: startsWith(github.ref, 'refs/tags/')
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
password: ${{ secrets.PYPI_API_TOKEN }}
32-
skip_existing: true
32+
skip-existing: true

0 commit comments

Comments
 (0)