We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f0d59 commit 8d3a3cbCopy full SHA for 8d3a3cb
.github/actions/publish-python-sdk/action.yml
@@ -61,5 +61,4 @@ runs:
61
shell: bash
62
run: |
63
poetry config pypi-token.pypi ${{ env.PYPI_AUTH_TOKEN }}
64
- rm -rf dist
65
- poetry publish --no-interaction
+ poetry publish --build --no-interaction
0 commit comments