0.4.0
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
- DOC: Update action commit SHA to the 0.3.0 tag by @matthewfeickert in #56
- CI: Group dependabot updates by @matthewfeickert in #59
- fix: Guard against removing package while uploading to it by @matthewfeickert in #64
Full Changelog: 0.3.0...0.4.0