Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#249)
Browse files Browse the repository at this point in the history
- Tell future me how to use twine
- Start using GitHub releases. Somebody (forgot who) asked for this. The
  advantage is that it gives a new channel to notify people about new releases.
  • Loading branch information
JelleZijlstra authored Jun 21, 2023
1 parent e69eea0 commit a65658f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ may have installed.
- Install the built distributions locally and test (if you were using `tox`, you already
tested the source distribution).

- Run `twine upload dist/*`.
- Run `twine upload dist/*`. Remember to use `__token__` as the username
and pass your API token as the password.

- Tag the release. The tag should be just the version number, e.g. `4.1.1`.

- `git push --tags`
- Create a new GitHub release at https://github.com/python/typing_extensions/releases/new.
Details:
- The tag should be just the version number, e.g. `4.1.1`.
- Copy the release notes from `CHANGELOG.md`.

0 comments on commit a65658f

Please sign in to comment.