Skip upload to test pypi because we can't overwrite

This commit is contained in:
IamTheFij 2023-10-27 15:26:46 -07:00
parent ff803dbc31
commit 09a7d38bc7
1 changed files with 13 additions and 13 deletions

View File

@ -128,19 +128,19 @@ def push_to_pypi():
],
},
"steps": [
{
"name": "push to test pypi",
"image": "python:3",
"environment": {
"HATCH_INDEX_USER": {
"from_secret": "PYPI_USERNAME",
},
"HATCH_INDEX_AUTH": {
"from_secret": "TEST_PYPI_PASSWORD",
},
},
"commands": ["make upload-test"],
},
# {
# "name": "push to test pypi",
# "image": "python:3",
# "environment": {
# "HATCH_INDEX_USER": {
# "from_secret": "PYPI_USERNAME",
# },
# "HATCH_INDEX_AUTH": {
# "from_secret": "TEST_PYPI_PASSWORD",
# },
# },
# "commands": ["make upload-test"],
# },
{
"name": "push to pypi",
"image": "python:3",