Skip to content

Commit

Permalink
Strict twine check
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 30, 2022
1 parent f702c1c commit 35201aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ scripts/generate-translation-binaries.sh
pip install -U pip build keyring twine
rm -rf build dist
python -m build
twine check dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine check --strict dist/* && twine upload --repository-url https://test.pypi.org/legacy/ dist/*
```

- [ ] (Optional) Check **test** installation:
Expand All @@ -46,8 +45,7 @@ git tag -a 2.1.0 -m "Release 2.1.0"
pip install -U pip build keyring twine
rm -rf build dist
python -m build
twine check dist/*
twine upload -r pypi dist/*
twine check --strict dist/* && twine upload -r pypi dist/*
```

* [ ] Check installation:
Expand Down

0 comments on commit 35201aa

Please sign in to comment.