-
Notifications
You must be signed in to change notification settings - Fork 4
When Making Updates
Tim Whiteaker edited this page Apr 17, 2019
·
1 revision
- Open a command window to the CFGeom/cfgeom folder and run
pytest
. - Update CHANGES.txt.
- Update _version.py.
- Make a GitHub release.
- Open a command window to the CFGeom folder.
python setup.py sdist upload
For that last step, we may need to use twine instead.