Skip to content

Commit 4fe1adc

Browse files
author
fdieulle
committed
Allow to override a publish version
1 parent 93c9276 commit 4fe1adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ jobs:
4444
- name: Publish a Python distribution to PyPI
4545
uses: pypa/gh-action-pypi-publish@release/v1
4646
with:
47+
skip-existing: true
4748
user: __token__
4849
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)