Skip to content

Commit 3e9a636

Browse files
committed
Use poetry to publish.
1 parent eec81f6 commit 3e9a636

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ runs:
5757
echo "package-hashes=$(sha256sum * | base64 -w0)" >> "$GITHUB_OUTPUT"
5858
5959
- 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}}
60+
run: |
61+
poetry config pypi-token.pypi ${{ secrets.PYPI_AUTH_TOKEN }}
62+
poetry publish --build

go/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)