Skip to content

Commit 4be9e7b

Browse files
committed
Add configuration step for test pypi repository
1 parent adc2f63 commit 4be9e7b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ previous python versions directly in the CI pipeline to catch these bugs.
4747
If you don't want to use CodeClimate just delete `workflows/python-quality.yml`.
4848
* Update the badges in `README.md`! (check [shields.io](https://shields.io/) for extra badges)
4949

50+
**IMPORTANT:** The repository is configured to deploy on the [test PyPI repository](https://test.pypi.org/).
51+
It's strongly recommended to create the project in the [test PyPI repository](https://test.pypi.org/) and test
52+
the deployment pipeline. When you're happy with the result, create the project on the official [PyPI repository](https://pypi.org/)
53+
and remove the marked lines in `workflows/release.yml`.
5054

5155
## Package release
5256

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ previous python versions directly in the CI pipeline to catch these bugs.
3333
If you don't want to use CodeClimate just delete `workflows/python-quality.yml`.
3434
* Update the badges in `README.md`! (check [shields.io](https://shields.io/) for extra badges)
3535

36+
**IMPORTANT:** The repository is configured to deploy on the [test PyPI repository](https://test.pypi.org/).
37+
It's strongly recommended to create the project in the [test PyPI repository](https://test.pypi.org/) and test
38+
the deployment pipeline. When you're happy with the result, create the project on the official [PyPI repository](https://pypi.org/)
39+
and remove the marked lines in `workflows/release.yml`.
3640

3741
## Package release
3842

0 commit comments

Comments
 (0)