Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 21.2.1 #10198

Merged
merged 5 commits into from
Jul 25, 2021
Merged

Release 21.2.1 #10198

merged 5 commits into from
Jul 25, 2021

Conversation

uranusjr
Copy link
Member

I can't push directly to main; this should work as well.

@pradyunsg
Copy link
Member

I can't push directly to main

Did any of the automation try to do that?

@uranusjr
Copy link
Member Author

The docs just say Push all of the changes including the tag.

Step 6 here: https://pip.pypa.io/en/stable/development/release-process/#creating-a-new-release

@pradyunsg
Copy link
Member

I wonder if we should update that to be more specific:

  • push the changes to a branch
  • make a PR
  • merge the PR once CI passes with "merge" (not squash/rebase)
  • push the tag
  • then publish

Comment on lines +43 to +62
- When pip is asked to uninstall a project without the dist-info/RECORD file
it will no longer traceback with FileNotFoundError,
but it will provide a better error message instead, such as::

ERROR: Cannot uninstall foobar 0.1, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps foobar==0.1'.

When dist-info/INSTALLER is present and contains some useful information, the info is included in the error message instead::

ERROR: Cannot uninstall foobar 0.1, RECORD file not found. Hint: The package was installed by rpm. (`#8954 <https://github.com/pypa/pip/issues/8954>`_)
Copy link
Member

@pradyunsg pradyunsg Jul 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's always that one changelog entry that's closer to a full commit message, than a one-line summary. :)

@uranusjr
Copy link
Member Author

Hmm why is the deprecation warning suddenly starts failing.

@uranusjr
Copy link
Member Author

Ah because we're supposed to remove it 🤦 I really should have filed this before releasing.

@uranusjr uranusjr changed the title Release 21.2 Release 21.2.1 Jul 25, 2021
@uranusjr uranusjr merged commit 5fbf2b5 into pypa:main Jul 25, 2021
@uranusjr uranusjr deleted the release-21-2 branch July 25, 2021 04:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants