Skip to content

Commit 22c2921

Browse files
committed
fix build
1 parent e53bea6 commit 22c2921

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
value=`cat onlinesimru/_version.py | cut -d '"' -f 2`
33
echo "$value"
44
git 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/*

onlinesimru/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.16"
1+
__version__ = "1.0.17"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)