Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 8325165

Browse files
committed
Rework upload command for future cut / paste
[skip ci]
1 parent bc9ab45 commit 8325165

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ You will typically have a directory on your machine where you store wheels,
8787
called a `wheelhouse`. The typical call for `wheel-uploader` would then
8888
be something like::
8989

90+
VERSION=2.0.0
9091
CDN_URL=https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com
91-
wheel-uploader -r warehouse -u $CDN_URL -s -v -w ~/wheelhouse -t macosx matplotlib 2.0.0
92-
wheel-uploader -r warehouse -u $CDN_URL -s -v -w ~/wheelhouse -t manylinux1 matplotlib 2.0.0
92+
wheel-uploader -r warehouse -u $CDN_URL -s -v -w ~/wheelhouse -t macosx matplotlib $VERSION
93+
wheel-uploader -r warehouse -u $CDN_URL -s -v -w ~/wheelhouse -t manylinux1 matplotlib $VERSION
9394

9495
where:
9596

0 commit comments

Comments
 (0)