We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f4c52 commit 308b864Copy full SHA for 308b864
.github/workflows/publish_python_sdk.yml
@@ -36,16 +36,12 @@ jobs:
36
runs-on: ubuntu-latest
37
needs: [ build-wheels ]
38
steps:
39
- - uses: actions/checkout@v4
40
- with:
41
- submodules: 'true'
42
- uses: actions/download-artifact@v4.1.7
43
with:
44
name: python-wheels
45
path: dist
46
- name: Publish package to PyPI
47
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.4.2
48
49
- attestations: false
50
password: ${{ secrets.PYPI_PASSWORD }}
51
- repository-url: https://upload.pypi.org/legacy/
+ repository_url: https://upload.pypi.org/legacy/
0 commit comments