We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0b5b1 commit c60e872Copy full SHA for c60e872
darshan-util/pydarshan/RELEASE-CHECKLIST-PyDarshan.txt
@@ -24,7 +24,7 @@ Notes on how to release a new version of PyDarshan
24
(in the pydarshan directory, creates a source distribution)
25
- download wheel artifacts from GitHub, copy to 'dist/' directory created above
26
(click on Actions in GitHub, find most recent "Build Wheels" workflow run with artifacts)
27
- (download artifact zip, extract wheels to 'dist/' directory)
+ (download artifact zip (called 'pydarshan-wheels-all'), extract wheels to 'dist/' directory)
28
- pipx run twine upload dist/*
29
(requires PyPI credentials for darshan project)
30
(use '--repository testpypi' to test wheels using https://test.pypi.org/project/darshan/ before uploading to PyPI)
0 commit comments