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 8d3a3cb commit b552db5Copy full SHA for b552db5
.github/actions/publish-python-sdk/action.yml
@@ -61,4 +61,5 @@ runs:
61
shell: bash
62
run: |
63
poetry config pypi-token.pypi ${{ env.PYPI_AUTH_TOKEN }}
64
+ rm -rf dist
65
poetry publish --build --no-interaction
0 commit comments