Skip to content

Commit fd0fb3e

Browse files
committed
update to current system
1 parent e7ffa3c commit fd0fb3e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

release.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ Releasing a new version
44
make rcheck
55

66
# update the version in miepython/__init__.py
7-
git commit miepython/__init__.py -m 'update version'
7+
git commit miepython/__init__.py -m 'update version'
88
git push
99

1010
# update CHANGELOG.rst
11-
git shortlog v2.1.0..HEAD
11+
git shortlog 3.0.0..HEAD
1212
git commit CHANGELOG.rst -m 'update recent changes'
1313
git push
1414

1515
# create release tag on github
16-
git tag v2.1.0
17-
git push origin v2.1.0
16+
git tag 3.0.0
17+
git push origin 3.0.0
1818

19-
# upload source to pypi
20-
python -m build
21-
python -m twine upload dist/*
22-
23-
# update/check releases
19+
# manually publish release at
2420
open https://github.com/scottprahl/miepython
21+
22+
# verify action success
2523
open https://pypi.org/project/miepython/
2624
open https://miepython.readthedocs.io
27-
do something about conda-forge?
25+
26+
# wait for feedstock update
27+
open https://github.com/conda-forge/miepython-feedstock

0 commit comments

Comments
 (0)