ci: fix ci again
This commit is contained in:
parent
57baf7e372
commit
6d066a3c15
|
@ -37,7 +37,8 @@ steps:
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
- *path
|
- *path
|
||||||
- twine upload --repository-url https://git.luj0ga.de/api/packages/kontakt/pypi -u '' dist/*
|
- keyring --disable
|
||||||
|
- twine upload --non-interactive --repository-url https://git.luj0ga.de/api/packages/kontakt/pypi -u '' dist/*
|
||||||
environment:
|
environment:
|
||||||
TwINE_PASSWORD:
|
TwINE_PASSWORD:
|
||||||
from_secret: repo_token
|
from_secret: repo_token
|
||||||
|
|
Loading…
Reference in New Issue