File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ git checkout origin/master
22
22
Tag the commit:
23
23
24
24
``` 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
26
26
```
27
27
28
28
Build the package using ` setuptools ` :
@@ -51,6 +51,10 @@ username: username-here (not necessarily same as real pypi)
51
51
password: password-here (not necessarily same as real pypi)
52
52
```
53
53
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
+
54
58
Then upload using twine to testpypi first:
55
59
56
60
``` bash
You can’t perform that action at this time.
0 commit comments