8000 rebase · python/pyperformance@becbad4 · GitHub
[go: up one dir, main page]

Skip to content

Commit becbad4

Browse files
committed
rebase
1 parent fef8de4 commit becbad4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
#
1919
# Release a new version:
2020
#
21-
# - git tag VERSION
22-
# - git push --tags
23-
# - Remove untracked files/dirs: git clean -fdx
24-
# - python -m build
25-
# - twine upload dist/*
21+
# - go to the GitHub release tab: https://github.com/python/pyperformance/releases
22+
# - click "Draft a new release" and fill the contents
23+
# - finally click the "Publish release" button! Done!
24+
# - monitor the publish status: https://github.com/python/pyperformance/actions/workflows/publish.yml
2625
#
2726
# After the release:
2827
#

0 commit comments

Comments
 (0)
0