From 2561651eb58988af6a2b103e9b0c57799785f234 Mon Sep 17 00:00:00 2001 From: "minecraftchest1@outlook.com" Date: Mon, 13 Jan 2025 16:13:11 -0600 Subject: [PATCH] Manual publishing. The twine plugin does not work due to the image not having been built recently enough. --- .woodpecker/package-deploy.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.woodpecker/package-deploy.yaml b/.woodpecker/package-deploy.yaml index 594cd28..56dcbe0 100644 --- a/.woodpecker/package-deploy.yaml +++ b/.woodpecker/package-deploy.yaml @@ -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: - from_secret: pypi-token \ No newline at end of file + image: python:3-alpine + commands: + - python3 -m pip install twine + - python3 -m twine upload --repository testpypi dist/* + environment: + - TWINE_PASSWORD: + from_secret: pypi-token \ No newline at end of file