Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Sep 2, 2023
1 parent cf90991 commit eee1d40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ clean:
rm -rf .ipynb_checkpoints
rm -rf .jupyterlite.doit.db
rm -rf .pytest_cache
rm -rf .virtual_documents
rm -rf build
rm -rf dist
rm -rf docs/_build
Expand Down
8 changes: 4 additions & 4 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# sanity check
make rcheck

# edit version in setup.cfg and docs/conf.py
git commit -m 'update version' setup.cfg docs/conf.py
# edit version in pyspeckle/__init__.py
git commit -m 'update version' pyspeckle/__init__.py

# update CHANGELOG.txt `git shortlog v0.4.0..HEAD`
git commit -m 'update recent changes' CHANGELOG.txt
git push

# create release tag on github
git tag v0.4.0
git push origin v0.4.0
git tag 0.5.0
git push origin 0.5.0

# upload source to pypi
python3 -m build
Expand Down

0 comments on commit eee1d40

Please sign in to comment.