Use production PyPi index.
All checks were successful
ci/woodpecker/push/package-deploy Pipeline was successful
ci/woodpecker/tag/package-deploy Pipeline was successful

This commit is contained in:
minecraftchest1@outlook.com 2025-01-15 08:54:52 -06:00
parent 4726ec0b08
commit 9363de2db1

View file

@ -15,7 +15,7 @@ steps:
image: python:3-alpine
commands:
- python3 -m pip install twine
- python3 -m twine upload --repository testpypi dist/*
- python3 -m twine upload --repository pypi dist/*
environment:
TWINE_PASSWORD:
from_secret: pypi-token