Skip to content

When Making Updates

Tim Whiteaker edited this page Apr 17, 2019 · 1 revision

When Making Updates

  1. Open a command window to the CFGeom/cfgeom folder and run pytest.
  2. Update CHANGES.txt.
  3. Update _version.py.
  4. Make a GitHub release.

Create and upload a distribution file to PyPI.

  1. Open a command window to the CFGeom folder.
  2. python setup.py sdist upload

For that last step, we may need to use twine instead.