-
Notifications
You must be signed in to change notification settings - Fork 35
Release process
Guillaume Fraux edited this page Oct 15, 2024
·
3 revisions
- Update version number in
package.json
andpython/chemisope/version.py
- Commit the new version number & tag
git tag vX.Y.Z
- Push the commit & tags
git push && git push --tags
- Wait for Github CI to build the wheels & sdist
- Download the wheel & sdist from the automatically created release
- Upload sdist and wheel to pypi
pip install twine
twine upload <path/to/downloaded/files>/chemiscope*
npm publish