Skip to content

Commit 8d3a3cb

Browse files
committed
Try different command.
1 parent d0f0d59 commit 8d3a3cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/publish-python-sdk/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ runs:
6161
shell: bash
6262
run: |
6363
poetry config pypi-token.pypi ${{ env.PYPI_AUTH_TOKEN }}
64-
rm -rf dist
65-
poetry publish --no-interaction
64+
poetry publish --build --no-interaction

0 commit comments

Comments
 (0)