cobrawap icon indicating copy to clipboard operation
cobrawap copied to clipboard

Triggering publication to PyPi does not work stably

Open mdenker opened this issue 9 months ago • 1 comments

The current method of checking the start of the github ref is not sure to work, e.g., with release 0.2.1. Maybe implementing one of these solutions is better, e.g., triggering on a release as indicated here at the bottom: https://stackoverflow.com/questions/58475748/github-actions-how-to-check-if-current-push-has-new-tag-is-new-release

mdenker avatar Mar 11 '25 10:03 mdenker

In addition, the last 0.2.2 release responded with

Transparency log entry created with index: 465205766
Uploading distributions to https://test.pypi.org/legacy/
Uploading cobrawap-0.2.2-py3-none-any.whl
WARNING  Error during upload. Retry with the --verbose option for more details. 
ERROR    HTTPError: 400 Bad Request from https://test.pypi.org/legacy/          
         Bad Request        

mdenker avatar Sep 03 '25 16:09 mdenker