improve release doc: how to upload stable
Some checks failed
Install and run tests / test (3.11) (push) Failing after 3s
Install and run tests / test (3.12) (push) Failing after 4s
Install and run tests / test (3.13) (push) Failing after 3s
Install and run tests / test (3.8) (push) Failing after 3s
Install and run tests / test (3.9) (push) Failing after 3s
Install and run tests / test (3.10) (push) Successful in 2m6s
Build documentation / build (push) Successful in 5m32s
Build documentation / deploy (push) Failing after 2m16s
Some checks failed
Install and run tests / test (3.11) (push) Failing after 3s
Install and run tests / test (3.12) (push) Failing after 4s
Install and run tests / test (3.13) (push) Failing after 3s
Install and run tests / test (3.8) (push) Failing after 3s
Install and run tests / test (3.9) (push) Failing after 3s
Install and run tests / test (3.10) (push) Successful in 2m6s
Build documentation / build (push) Successful in 5m32s
Build documentation / deploy (push) Failing after 2m16s
This commit is contained in:
parent
e0b70be291
commit
9bb4dda5de
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/
|
|||
## Release the stable
|
||||
|
||||
```sh
|
||||
twine upload --repository pypi dist/*
|
||||
(
|
||||
set -eu
|
||||
twine upload --repository pypi dist/*-${VERSION?}-*
|
||||
git push --tags
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue