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 fef8de4 commit becbad4Copy full SHA for becbad4
pyproject.toml
@@ -18,11 +18,10 @@
18
#
19
# Release a new version:
20
21
-# - git tag VERSION
22
-# - git push --tags
23
-# - Remove untracked files/dirs: git clean -fdx
24
-# - python -m build
25
-# - twine upload dist/*
+# - go to the GitHub release tab: https://github.com/python/pyperformance/releases
+# - click "Draft a new release" and fill the contents
+# - finally click the "Publish release" button! Done!
+# - monitor the publish status: https://github.com/python/pyperformance/actions/workflows/publish.yml
26
27
# After the release:
28
0 commit comments