Skip to content

Commit a65658f

Browse files
Update CONTRIBUTING.md (#249)
- 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.
1 parent e69eea0 commit a65658f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ may have installed.
6969
- Install the built distributions locally and test (if you were using `tox`, you already
7070
tested the source distribution).
7171

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

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

0 commit comments

Comments
 (0)