Skip to content

0.4.0

Compare
Choose a tag to compare
@matthewfeickert matthewfeickert released this 21 Feb 23:38
· 29 commits to main since this release
95f7bf6

0.4.0 adds an additional guard to ensure that projects that:

  • Already have the package name exist on the target index
  • Only have one version of the package on the target index
  • Only have one distribution file for that package

won't remove the project from the index while trying to upload to it. This most commonly guards no arch wheels that don't include version control system information in the filename that are overriding the same wheel filename in place. c.f. anaconda/anaconda-client#702 for more informaiton.

No API changes are required to move from 0.3.0 to 0.4.0.

What's Changed

Full Changelog: 0.3.0...0.4.0