cobbler / libcobblersignatures

Library for working with cobbler signatures
GNU General Public License v2.0
4 stars 5 forks source link

CI: PyPi publish action broken #59

Closed tiltingpenguin closed 1 year ago

tiltingpenguin commented 1 year ago

Our GitHub action to automatically publish to test.pypi is currently broken. This should be fixed by updating the versions in the GitHub actions we are using to publish our current build

tiltingpenguin commented 1 year ago

Updating the version didn't fix the problem. It seems that publishing the same version multiple times is causing this issue

tiltingpenguin commented 1 year ago

I've seen that the workflow starts failing roughly one publish after I created our v0.1.0 tag so my guess is that this problem arises because it uses the version tag instead of the date to publish to test.pypi. I will try to fix this by using the same logic as https://github.com/cobbler/koan and separately pushing to test.pypi or pypi depending on if we are on a tagged release or on main.