Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
bf59c8e6
Commit
bf59c8e6
authored
Nov 24, 2020
by
Jakob Luettgau
Browse files
Update PyDarshan release checklist.
parent
e69f1f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/RELEASE-CHECKLIST-PyDarshan.txt
View file @
bf59c8e6
...
...
@@ -7,10 +7,6 @@ Notes on how to release a new version of PyDarshan
(- source venv/bin/activate)
(- pip install -r requirements_dev.txt # deps for packaging, testing, and docs generation)
If present:
- source venv/bin/activate
- export LD_LIBRARY_PATH=<libdarshanutils-path-to-test-against>/
- Make sure documentation in docs/ is up to date
- commit
- (might connect this with readthedocs to have this automatically, otherwise upload docs/_build/html/*)
...
...
@@ -27,7 +23,9 @@ Notes on how to release a new version of PyDarshan
- TODO: CI?
- Submit to PyPi using twine:
- make release
- make wheels # requires docker, creates ./wheelhouse and builds architecture-specific *.whl that include libdarshan-util
- make dist # gathers relevant wheels build earlier, adds non-binary wheel and a source distribution (zip/tgz)
- make release # pushes contents of ./dist/* to PyPi
(be prompted for username/password)
- Add/update spack package: py-darshan
...
...
@@ -44,4 +42,4 @@ Notes on how to release a new version of PyDarshan
Note on Versionsformat:
Whenever libdarshan-utils has a version change, PyDarshan is bumped accordingly.
4th position version numbers allows for PyDarshan to be on a faster release cycle
.
4th position version numbers allows for PyDarshan to be on a faster release cycle
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment