Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleš Matěj <amatej@redhat.com>2021-07-08 15:17:22 +0300
committerMarek Blaha <mblaha@redhat.com>2021-07-08 15:22:50 +0300
commit2a6e4180833050123ea10e1feab9f0230c8411fa (patch)
treedf739f7be88a18284125847da0f4efc44057071c /.github
parent8196982f0974c268898a5550d61b374bd58103e2 (diff)
Fix capitalization of __token__, lower case is required by pypi
https://pypi.org/help/#apitoken
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml
index 1cea6c3..ad070a6 100644
--- a/.github/workflows/release-python.yml
+++ b/.github/workflows/release-python.yml
@@ -30,7 +30,7 @@ jobs:
- name: Publish packages to PyPI
env:
- TWINE_USERNAME: __TOKEN__
+ TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{secrets.PYPI_API_TOKEN}}
run: |
twine upload dist/*.tar.gz