rpm-software-management / libcomps

Libcomps is alternative for yum.comps library. It's written in pure C as library and there's bindings for python2 and python3.
GNU General Public License v2.0
29 stars 37 forks source link

Fix capitalization of __token__, lower case is required by pypi #86

Closed kontura closed 3 years ago

kontura commented 3 years ago

https://pypi.org/help/#apitoken

kontura commented 3 years ago

Since we have updated the API token for createrepo_c we should update it for here as well @m-blaha. Thanks.

m-blaha commented 3 years ago

The PYPI_API_TOKEN secret is an organization one - it has been updated globally for all projects at once.

kontura commented 3 years ago

This changed worked for createrepo_c (it had the same issue). Merging.