Use production PyPi index.
This commit is contained in:
parent
4726ec0b08
commit
9363de2db1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ steps:
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
- python3 -m twine upload --repository testpypi dist/*
|
- python3 -m twine upload --repository pypi dist/*
|
||||||
environment:
|
environment:
|
||||||
TWINE_PASSWORD:
|
TWINE_PASSWORD:
|
||||||
from_secret: pypi-token
|
from_secret: pypi-token
|
||||||
|
|
Loading…
Add table
Reference in a new issue