File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,3 @@ Development setup
5
5
2. ./setup.py develop
6
6
7
7
Optionally do the same for pyXMLSecurity if you plan to do work that involves crypto functions
8
-
9
- Release HOWTO
10
- =============
11
-
12
- To make a release,
13
-
14
- 1) remove dev suffix on version in setup.py
15
- 2) set release date in NEWS.txt
16
- 2b) update the version in docs/conf.py
17
- 3) commit the changes to setup.py and NEWS.txt
18
- 4) git tag <version>
19
- 5) git push && git push --tag
20
- 6) cd docs && make html
21
- 6) Upload to PyPI: twine upload dist/pyFF-<version>.tar.gz
22
- 7) Increase version in setup.py (for next release) with dev suffix
23
- 8) Create NEWS.txt entry for next release
24
-
Original file line number Diff line number Diff line change
1
+ Release HOWTO
2
+ =============
3
+
4
+ To make a release,
5
+
6
+ 1) remove dev suffix on version in setup.py
7
+ 2) set release date in NEWS.txt
8
+ 2b) update the version in docs/conf.py
9
+ 3) commit the changes to setup.py and NEWS.txt
10
+ 4) git tag <version>
11
+ 5) git push && git push --tag
12
+ 6) cd docs && make html
13
+ 6) Upload to PyPI: twine upload dist/pyFF-<version>.tar.gz
14
+ 7) Increase version in setup.py (for next release) with dev suffix
15
+ 8) Create NEWS.txt entry for next release
16
+
You can’t perform that action at this time.
0 commit comments