-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Kenneth Lyons edited this page Jun 1, 2021
·
1 revision
- Check
__version__
insimupy_flight/version.py
- Generate a source distribution
python setup.py sdist
- Create a tag
git tag -a vX.Y.Z -m simupy-flight-X.Y.Z
- Push the tag to Github
git push origin --tags
- Go to tags and click the hamburger menu to the far right of the tag to release and click "Create release"
- Input info as desired (name should be
simupy-flight-X.Y.Z
) then uploaddist/simupy_flight-X.Y.Z.tar.gz
to attach it - Go to releases to get the sdist URL and verify installation