Skip to content

Commit

Permalink
Add --pre to TestPyPI install
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 13, 2022
1 parent a1514eb commit d05cf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ twine check --strict dist/* && twine upload --repository-url https://test.pypi.o

```bash
pip3 uninstall -y humanize
pip3 install -U -i https://test.pypi.org/simple/ humanize
pip3 install -U -i https://test.pypi.org/simple/ humanize --pre
python3 -c "import humanize; print(humanize.__version__)"
```

Expand Down

0 comments on commit d05cf47

Please sign in to comment.