git-machete icon indicating copy to clipboard operation
git-machete copied to clipboard

Test PyPI dry-run deploy doesn't overwrite the package once it's deployed

Open PawelLipski opened this issue 2 years ago • 0 comments

Since some of the following steps in dry-run deploy depend on test PyPI, they always use the first-ever uploaded package for the given version :/

Proposed solution: use development versions with some suffix, like 3.7.2-10-ab45cd23 (with number of commits since the latest tag + latest commit hash).

PawelLipski avatar May 02 '23 13:05 PawelLipski