File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22value=` cat onlinesimru/_version.py | cut -d ' "' -f 2`
33echo " $value "
44git tag " v$value "
5- git push origin --tags
5+ git push origin --tags
6+ python3 setup.py sdist bdist_wheel
7+ python3 -m twine upload --skip-existing --repository pypi dist/*
Original file line number Diff line number Diff line change 1- __version__ = "1.0.16 "
1+ __version__ = "1.0.17 "
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ def requirements():
5151 download_url = "https://github.com/s00d/onlinesim-python-api/archive/master.zip" ,
5252 packages = ["onlinesimru" ],
5353 install_requires = requirements (),
54+ setup_requires = ['wheel' ],
5455 classifiers = [
5556 "License :: OSI Approved :: Apache Software License" ,
5657 "Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments