Skip to content

Commit 308b864

Browse files
reverting again to old action and removing checkout action
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 62f4c52 commit 308b864

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish_python_sdk.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,12 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: [ build-wheels ]
3838
steps:
39-
- uses: actions/checkout@v4
40-
with:
41-
submodules: 'true'
4239
- uses: actions/download-artifact@v4.1.7
4340
with:
4441
name: python-wheels
4542
path: dist
4643
- name: Publish package to PyPI
47-
uses: pypa/gh-action-pypi-publish@release/v1
44+
uses: pypa/gh-action-pypi-publish@v1.4.2
4845
with:
49-
attestations: false
5046
password: ${{ secrets.PYPI_PASSWORD }}
51-
repository-url: https://upload.pypi.org/legacy/
47+
repository_url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)