While implementing ARM support for Euphonic I ran into a surprise while generating some wheels for testing. Because the last release tag was on a branch, wheels were created with the wrong version number. The appropriate workaround if necessary is to create a "dev" release tag such as v2.0.1.dev1.
Note that regular builds as part of the Release action do not have this problem: they will always release from a tagged commit.
This "gotcha" should be documented somewhere.
pace-neutrons/Euphonic#521
While implementing ARM support for Euphonic I ran into a surprise while generating some wheels for testing. Because the last release tag was on a branch, wheels were created with the wrong version number. The appropriate workaround if necessary is to create a "dev" release tag such as v2.0.1.dev1.
Note that regular builds as part of the Release action do not have this problem: they will always release from a tagged commit.
This "gotcha" should be documented somewhere.
pace-neutrons/Euphonic#521