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 c3fd388 commit 174a163Copy full SHA for 174a163
HOWTOPUBLISH
@@ -10,5 +10,6 @@ python benchmark/benchmark.py # then update README
10
python -m build -s # update tabulate/version.py
11
python -m build -nswx .
12
git push # wait for all CI builds to succeed
13
+git push --tags # if CI builds succeed
14
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
15
twine upload dist/*
0 commit comments