Skip to content

Commit

Permalink
simplify how-to-release.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
1fish2 committed Jan 26, 2022
1 parent d24b972 commit fc6c6b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/how-to-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ How to do a borealis-fireworks pip release
# Update the borealis-fireworks release version number in:
# setup.py
# changes.md
# V1 shell variable, below

# Consider updating borealis/setup/requirements.txt, but don't
# add dev packages like twine or flit.
Expand All @@ -25,7 +24,7 @@ open https://test.pypi.org/project/borealis-fireworks/

./make-package.sh

V1='0.11.0'
V1=$(python setup.py --version)
git tag -a -m "release $V1" "$V1" && git push && git push --tags

# Push to PyPI.
Expand Down

0 comments on commit fc6c6b6

Please sign in to comment.