Skip to content

Commit fc6c6b6

Browse files
committed
simplify how-to-release.txt
1 parent d24b972 commit fc6c6b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dev/how-to-release.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ How to do a borealis-fireworks pip release
55
# Update the borealis-fireworks release version number in:
66
# setup.py
77
# changes.md
8-
# V1 shell variable, below
98

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

2625
./make-package.sh
2726

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

3130
# Push to PyPI.

0 commit comments

Comments
 (0)