mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-16 15:09:03 +00:00
Release 1.0.0
This commit is contained in:
@ -5,3 +5,4 @@ rm -r .tox
|
||||
rm -r build
|
||||
rm -r dist
|
||||
rm -r python_synology.egg-info
|
||||
rm -r src/python_synology.egg-info
|
||||
|
||||
@ -14,5 +14,6 @@ python3 setup.py sdist bdist_wheel
|
||||
|
||||
# Push to PyPi
|
||||
python3 -m twine upload dist/*
|
||||
# python3 -m twine upload --repository testpypi dist/*
|
||||
|
||||
# Enter credentials manually :P
|
||||
|
||||
Reference in New Issue
Block a user