Skip to content

Commit

Permalink
More clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
fisadev committed Jul 13, 2022
1 parent ce37bb1 commit ea4d462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To be able to do a release, you will need an environment with the `twine` and `b
python -m pip install build twine
```

In that environment, and having the credentials for the PyPI user, you can then do a test release by following these steps:
In that environment, and having the credentials for the PyPI user (both the normal PyPI and the testing one), you can then do a test release by following these steps:

0. Clean the dist directory, if present: `rm dist/*`
1. Edit the version in `version.py`, and commit it.
Expand Down

0 comments on commit ea4d462

Please sign in to comment.