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 f702c1c commit 35201aaCopy full SHA for 35201aa
1 file changed
RELEASING.md
@@ -22,8 +22,7 @@ scripts/generate-translation-binaries.sh
22
pip install -U pip build keyring twine
23
rm -rf build dist
24
python -m build
25
-twine check dist/*
26
-twine upload --repository-url https://test.pypi.org/legacy/ dist/*
+twine check --strict dist/* && twine upload --repository-url https://test.pypi.org/legacy/ dist/*
27
```
28
29
- [ ] (Optional) Check **test** installation:
@@ -46,8 +45,7 @@ git tag -a 2.1.0 -m "Release 2.1.0"
46
45
47
48
49
50
-twine upload -r pypi dist/*
+twine check --strict dist/* && twine upload -r pypi dist/*
51
52
53
* [ ] Check installation:
0 commit comments