-
-
Notifications
You must be signed in to change notification settings - Fork 24
Home
F-G Fernandez edited this page Mar 26, 2021
·
5 revisions
Welcome to the PyroNear wiki!
- Create a release on Github
- Pull the latest version of master
- Edit locally your setup.py with version, and archive URL
- Then build the wheel and upload to pypi
rm -r dist/*
BUILD_VERSION='X.Y.Z' python setup.py sdist bdist_wheel
twine check dist/*
twine upload dist/*