You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs/_static/switcher.json to add the new release version.
Update docs/changelog.rst to add any missing changes and a date for the new release.
Build docs locally and check they look OK.
Commit to main branch.
# based on docs.yml
(cd docs; make clean html SPHINXOPTS="-W --keep-going -n")
git clone https://github.com/sgkit-dev/sgkit.git --branch gh-pages --single-branch gh-pages
mkdir gh-pages/$VERSION
cp -r docs/_build/html/* gh-pages/$VERSIONcd gh-pages
git add $VERSION
git commit -am "Add documentation for $VERSION"
git push origin gh-pages
# check https://sgkit-dev.github.io/sgkit/$VERSION/cd ..
rm -rf gh-pages
Update docs/changelog.rst to add a new section for the next version.
Commit and push to main
Final steps
Publish the draft release on the releases page. Publishing this release will cause the github action to deploy to the production PyPI. After release, close the GitHub issue milestone of the release.
Uh oh!
There was an error while loading. Please reload this page.
Release the changes we've accumulated since last summer, including removal of VCF functions (#1264) and adding support for NumPy 2 (#1297).
The text was updated successfully, but these errors were encountered: