Releasing the latest version of jaqpotpy to PyPI is automated via GitHub Actions. When you create a new release on GitHub, the workflow is triggered to publish the latest version to the PyPI registry.
-
Follow Semantic Versioning: Use the format 1.XX.YY where XX is the minor version and YY is the patch version.
-
Create a New Release:
- Navigate to the repository’s Releases section.
- Click on Draft a new release.
- Generate Release Notes:
Use GitHub’s feature to automatically generate release notes or customize them as needed.
- Publish the Release:
Once published, the GitHub Action will automatically upload the latest files to the PyPI registry.
After the release is completed, the new version of jaqpotpy will be available on PyPI and ready for users to install.