Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 926 Bytes

File metadata and controls

21 lines (16 loc) · 926 Bytes

Releasing a globus-compute-common Version

Requirements

In order to run a release, you will need the following setup in addition to the requirements mentioned in the contrib doc:

  • Make sure you have a pypi account
  • Your pypi account must have access to the globus-compute-common project
  • Setup your credentials for twine (the pypi upload tool) twine docs for detail
  • Make sure you have a gpg key setup for use with git. git-scm.com guide for detail

Steps

  1. Bump version in pyproject.toml
  2. Update changelog: make prepare-release
  3. Commit: git commit -m 'Bump version and changelog for release'
  4. Tag and publish release: make release
  5. Write up the release as a globus-compute-common GitHub Release