Skip to content

Commit

Permalink
gha: Add --skip-existing option to publish to testpypi
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
cdecker committed Dec 14, 2023
1 parent 36b6316 commit b6c486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd ${{ env.WORKDIR}}
python3 -m pip config set global.timeout 150
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish --repository testpypi --no-interaction
poetry publish --repository testpypi --no-interaction --skip-existing
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags') && github.repository == 'ElementsProject/lightning'
Expand Down

0 comments on commit b6c486c

Please sign in to comment.