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 2f8f918 commit 3781931Copy full SHA for 3781931
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
64
run: |
65
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
66
- poetry publish --build
+ poetry publish --build --skip-existing
67
- name: Create release and add artifacts 🚀
68
69
uses: softprops/action-gh-release@v1
0 commit comments