Skip to content

Commit 44eebf3

Browse files
authored
Update python-publish.yml
1 parent 6eadc11 commit 44eebf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Publish package
5757
run: |
5858
59-
token="$api_token"
59+
token="$API_TOKEN"
6060
twine upload --username __token__ --password $token dist/*
6161
6262
- name: Commit version

0 commit comments

Comments
 (0)