There was an error while loading. Please reload this page.
1 parent eec81f6 commit 3e9a636Copy full SHA for 3e9a636
2 files changed
.github/actions/publish-python-sdk/action.yml
@@ -57,7 +57,6 @@ runs:
57
echo "package-hashes=$(sha256sum * | base64 -w0)" >> "$GITHUB_OUTPUT"
58
59
- name: Publish package distributions to PyPI
60
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
61
- with:
62
- packages-dir: ./${{ inputs.workspace-path }}/dist
63
- password: ${{env.PYPI_AUTH_TOKEN}}
+ run: |
+ poetry config pypi-token.pypi ${{ secrets.PYPI_AUTH_TOKEN }}
+ poetry publish --build
go/go.mod
0 commit comments