Manual publishing.
The twine plugin does not work due to the image not having been built recently enough.
This commit is contained in:
parent
4a6d95d3b3
commit
2561651eb5
1 changed files with 7 additions and 6 deletions
|
@ -12,9 +12,10 @@ steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
image: gitea.elara.ws/music-kraken/plugin-twine
|
image: python:3-alpine
|
||||||
settings:
|
commands:
|
||||||
repository_url: "https://test.pypi.org"
|
- python3 -m pip install twine
|
||||||
username: __token__
|
- python3 -m twine upload --repository testpypi dist/*
|
||||||
password:
|
environment:
|
||||||
from_secret: pypi-token
|
- TWINE_PASSWORD:
|
||||||
|
from_secret: pypi-token
|
Loading…
Add table
Reference in a new issue