Skip to content

Commit 420ffbb

Browse files
reverting code to existing master without actions checkout
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 308b864 commit 420ffbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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/[email protected]
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)