We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043ec9a commit bafa346Copy full SHA for bafa346
.github/workflows/on-release-main.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
65
poetry publish --dry-run
66
- # poetry publish --skip-existing
+ poetry publish --skip-existing
67
68
- name: Setup tmate
69
if: failure()
0 commit comments