Skip to content

Commit 18f549d

Browse files
authored
Merge pull request #96 from displague/fix-setup-linting
fix linting in setup.py
2 parents 5745285 + 948bf31 commit 18f549d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git checkout origin/master
2222
Tag the commit:
2323

2424
```bash
25-
git tag -a vAA.BB.CC origin/master -m vAA.BB.CC
25+
git tag -a vAA.BB.CC origin/master -m vAA.BB.CC # use -s if gpg is available
2626
```
2727

2828
Build the package using `setuptools`:
@@ -51,6 +51,10 @@ username: username-here (not necessarily same as real pypi)
5151
password: password-here (not necessarily same as real pypi)
5252
```
5353

54+
If you are using a token, the username is `__token__`. Make sure you have been added to the
55+
[project](https://pypi.org/manage/project/packet-python/collaboration/) and the
56+
[test project](https://test.pypi.org/manage/project/packet-python/collaboration/).
57+
5458
Then upload using twine to testpypi first:
5559

5660
```bash

0 commit comments

Comments
 (0)