Skip to content

Commit e50f896

Browse files
committed
PyPi source upload instructions
1 parent 44e6e63 commit e50f896

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To download CI build artifacts from S3, set up your AWS credentials
77
and run `tools/download-s3.py <tag|sha1>`, the artifacts will be downloaded
88
into `dl-<tag|sha1>`.
99

10-
To upload packages to PyPi (test.pypi.org in this example to be safe), do:
10+
To upload binary packages to PyPi (test.pypi.org in this example to be safe), do:
1111

1212
$ twine upload -r test dl-<tag|sha1>/*
1313

tools/RELEASE.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,24 @@ and librdkafka versions:
108108

109109
## 7. Upload packages to PyPi
110110

111-
To upload packages to test.pypi.org, use:
111+
To upload binary packages to test.pypi.org, use:
112112

113113
$ twine upload -r test dl-v0.11.4rc1/*
114114

115-
To upload packages to the proper pypi.org (WARNING!), use:
115+
To upload binary packages to the proper pypi.org (WARNING!), use:
116116

117117
$ twine upload dl-v0.11.4rc1/*
118118

119+
For upload source packages make sure to have checked out the correct tag.
120+
121+
Upload source packages to test.pypi.org:
122+
123+
$ python setup.py sdist upload -r test
124+
125+
Upload source packages to the proper pypi.org (WARNING!):
126+
127+
$ python setup.py sdist upload
128+
119129

120130
## 8. Verify installation from PyPi
121131

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy