We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eadc11 commit 44eebf3Copy full SHA for 44eebf3
.github/workflows/python-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Publish package
57
run: |
58
59
- token="$api_token"
+ token="$API_TOKEN"
60
twine upload --username __token__ --password $token dist/*
61
62
- name: Commit version
0 commit comments