Skip to content

Commit

Permalink
account for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Oct 24, 2023
1 parent bf50dcc commit 4d0a4b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

2.0.4
-----
* fix zenodo
* update CITATION.cff
* add pypi github action
* fix copyright
* correct readme to use plot_image_analysis()
* tweak badges

2.0.3
-----
* readthedocs does not do well with new module names
Expand Down
13 changes: 8 additions & 5 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Releasing a new version

# check
make rcheck
python -m build

# update the version in __init__.py
git commit -m 'update version' laserbeamsize/__init__.py
Expand All @@ -16,11 +17,13 @@ Releasing a new version
git tag 2.0.2
git push origin 2.0.2

# upload source to pypi
python3 -m build
python3 -m twine upload dist/*

# update/check releases
# manually publish release at
open https://github.com/scottprahl/laserbeamsize

# verify action success
open https://zenodo.org/badge/latestdoi/107437651
open https://pypi.org/project/laserbeamsize/
open https://laserbeamsize.readthedocs.io

# wait for feedstock update
open https://github.com/conda-forge/laserbeamsize-feedstock

0 comments on commit 4d0a4b4

Please sign in to comment.