You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ In order to use publish, you must first install it::
28
28
29
29
Under the covers, publish uses github-release_ and twine_ to do most of the work, and those tools require credentials for Github and PyPI to be available in environment variables::
30
30
31
-
export GITHUB_USER=gh-user
32
31
export GITHUB_TOKEN=gh-token
33
32
export TWINE_USERNAME=pypi-user
34
33
export TWINE_PASSWORD=pypi-pass
@@ -47,5 +46,5 @@ Before uploading anything, publish will verify that the current checkout is suit
47
46
48
47
If the answer to all of these is yes, the name of the tag is used as the version to release. A changelog is generated from the git log, source tarballs and wheels are built, the release is created in Github and PyPI, and the files are uploaded.
0 commit comments