File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments