Skip to content

Commit 420ffbb

Browse files
reverting code to existing master without actions checkout
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 308b864 commit 420ffbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_python_sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
- name: Publish package to PyPI
4444
uses: pypa/gh-action-pypi-publish@v1.4.2
4545
with:
46-
password: ${{ secrets.PYPI_PASSWORD }}
47-
repository_url: https://upload.pypi.org/legacy/
46+
user: __token__
47+
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)