Skip to content

Commit 3a84244

Browse files
author
Vishrant Gupta
committed
Updating workflow
1 parent bb67768 commit 3a84244

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
5656
- name: Publish package
5757
run: |
58-
59-
twine upload --username $PYPI_USERNAME --password $PYPI_PASSWORD dist/*
58+
59+
token="$api_token"
60+
twine upload --username __token__ --password $token dist/*
6061
6162
- name: Commit version
6263
run: |

0 commit comments

Comments
 (0)