Skip to content

Commit

Permalink
update details
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed May 7, 2024
1 parent afb8e89 commit 9a091b3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@ Releasing a new version
git push

# update CHANGELOG.rst
git shortlog v2.1.0..HEAD
git shortlog v2.5.4..HEAD
git commit CHANGELOG.rst -m 'update recent changes'
git push

# create release tag on github
git tag v2.1.0
git push origin v2.1.0
git tag 2.5.4
git push origin 2.5.4

# upload source to pypi
python -m build
python -m twine upload dist/*
# create release
open https://github.com/scottprahl/miepython/release

# update/check releases
open https://github.com/scottprahl/miepython
# check releases
open https://pypi.org/project/miepython/
open https://miepython.readthedocs.io
do something about conda-forge?
open https://zenodo.org/records/8218010

# wait for conda-forge notice and approve conda release
open https://github.com/conda-forge/miepython-feedstock

0 comments on commit 9a091b3

Please sign in to comment.