Skip to content

Commit 4b83bd7

Browse files
trying new version with oidc false
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent cfd345f commit 4b83bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_python_sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
name: python-wheels
4545
path: dist
4646
- name: Publish package to PyPI
47-
uses: pypa/gh-action-pypi-publish@v1.4.2
47+
uses: pypa/gh-action-pypi-publish@release/v1
4848
with:
49+
oidc: false
4950
password: ${{ secrets.PYPI_PASSWORD }}
5051
repository-url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)