Manual publishing.

The twine plugin does not work due to the image not having been built recently enough.
This commit is contained in:
minecraftchest1@outlook.com 2025-01-13 16:13:11 -06:00
parent 4a6d95d3b3
commit 2561651eb5

View file

@ -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:
- TWINE_PASSWORD:
from_secret: pypi-token from_secret: pypi-token