Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a65658f

Browse filesBrowse 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
Copy full SHA for a65658f

File tree

Expand file treeCollapse file tree

1 file changed

+6
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-4
lines changed

‎CONTRIBUTING.md

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.