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
|
||||
when:
|
||||
- event: tag
|
||||
image: gitea.elara.ws/music-kraken/plugin-twine
|
||||
settings:
|
||||
repository_url: "https://test.pypi.org"
|
||||
username: __token__
|
||||
password:
|
||||
image: python:3-alpine
|
||||
commands:
|
||||
- python3 -m pip install twine
|
||||
- python3 -m twine upload --repository testpypi dist/*
|
||||
environment:
|
||||
- TWINE_PASSWORD:
|
||||
from_secret: pypi-token
|
Loading…
Add table
Reference in a new issue