Fix indendation in pipeline again.
This commit is contained in:
parent
2561651eb5
commit
3a974ed41d
1 changed files with 2 additions and 2 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 testpypi dist/*
|
||||||
environment:
|
environment:
|
||||||
- TWINE_PASSWORD:
|
- TWINE_PASSWORD:
|
||||||
from_secret: pypi-token
|
from_secret: pypi-token
|
Loading…
Add table
Reference in a new issue