-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f119721
commit 8b2f2ef
Showing
3 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
rem Register and upload source | ||
rem python setup.py register -r pypi | ||
python setup.py sdist upload -r pypi | ||
python setup.py bdist_wheel upload -r pypi | ||
|
||
rem Python 3.6 | ||
"C:\Program Files\Anaconda3\python.exe" setup.py bdist_wheel upload -r pypi | ||
|
||
activate python35 | ||
activate python3.5 | ||
python setup.py bdist_wheel upload -r pypi | ||
deactivate python35 | ||
|
||
rem Python 2 | ||
activate python3.6 | ||
python setup.py bdist_wheel upload -r pypi | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters