Skip to content

Commit e1f3d05

Browse files
committed
complete
1 parent 094b1c7 commit e1f3d05

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ Every time you change the code in your package, you will need to rebuild and reu
4242
4. build the package again with `python -m build`
4343
5. upload the package again with `twine upload -r testpypi dist/*`
4444

45-
Repeat as many times as necessary until the package works as expected. Once complete, upload to the real PyPI instead of the TestPyPI repository.
45+
Repeat as many times as necessary until the package works as expected.
4646

4747
If updating version numbers is tedious, you may consider using [bumpver](https://pypi.org/project/bumpver/#configuration-setup) - a tool that can automate some parts of updating version numbers.
4848

49+
**Once complete, upload to the real PyPI** instead of the TestPyPI repository.
50+
4951
## How to install and use this package
5052

5153
Try [installing and using your package](https://packaging.python.org/en/latest/tutorials/packaging-projects/#installing-your-newly-uploaded-package) in a separate Python project:

0 commit comments

Comments
 (0)