jazzband / help

Use this repo to get help from the roadies
https://jazzband.co/roadies
27 stars 7 forks source link

PyPI Release: pip-tools #341

Closed felipecwb closed 1 year ago

felipecwb commented 1 year ago

PyPI Release

Can you release the pip-tools==6.14.0 please reference: https://github.com/jazzband/pip-tools/pull/1892

hugovk commented 1 year ago

The release is triggered by publishing a release:

https://github.com/jazzband/pip-tools/blob/ce2b4d9c72059cee99a0f49e649d2666ed75fd7a/.github/workflows/release.yml#L37-L43

The last one was 6.13.0 two months ago:

https://github.com/jazzband/pip-tools/actions/workflows/release.yml?query=event%3Arelease

To publish, edit the release draft at https://github.com/jazzband/pip-tools/releases and click "Publish release".

But the draft release is 7.0.0 due to an apparently backwards incompatible change (https://github.com/jazzband/pip-tools/pull/1863), whereas https://github.com/jazzband/pip-tools/pull/1892 is 6.14.0.

So make sure to decide on a consistent version number first.

Once the release is published, it will upload the artifacts to the Jazzband staging area. From there, a project lead, such as @atugushev, can release it to PyPI.

atugushev commented 1 year ago

Thanks for the ping! FTR: release is blocked by https://github.com/jazzband/pip-tools/pull/1863#issuecomment-1613304891.

jezdez commented 1 year ago

Seems like the project lead is on top of this, closing.

atugushev commented 1 year ago

FTR: pip-tools v6.14.0 is released.