File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,24 @@ Releasing a new version
4
4
make rcheck
5
5
6
6
# 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'
8
8
git push
9
9
10
10
# update CHANGELOG.rst
11
- git shortlog v2.1 .0..HEAD
11
+ git shortlog 3.0 .0..HEAD
12
12
git commit CHANGELOG.rst -m 'update recent changes'
13
13
git push
14
14
15
15
# 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
18
18
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
24
20
open https://github.com/scottprahl/miepython
21
+
22
+ # verify action success
25
23
open https://pypi.org/project/miepython/
26
24
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
You can’t perform that action at this time.
0 commit comments