Skip to content

v1.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 05:24
4188f1a

Bug Fixes

  • Accept non-canonical distribution name in the wheel's dist-info directory name. #529
  • Prefer requirments with narrower version constraints or allowing prereleases to find matches. #551
  • Use the underlying real executable path for writing shebangs. #553
  • Fix a bug that extra markers cannot be extracted when combined with other markers with "and". #559
  • Fix a bug that redacted credentials in source urls get overwritten with the plain text after locking. #561

Refactor

  • Use installer as the wheel installer, replacing distlib. #519