From f4ef58672c227515b08b8b2376243f9773cbdd1e Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Fri, 11 Apr 2025 11:56:12 +0200 Subject: [PATCH] fix: fixes publish to forgejo package --- .woodpecker/woodpecker_ci.yml | 6 +++--- CHANGELOG.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.woodpecker/woodpecker_ci.yml b/.woodpecker/woodpecker_ci.yml index ebb0ec7..7822860 100644 --- a/.woodpecker/woodpecker_ci.yml +++ b/.woodpecker/woodpecker_ci.yml @@ -83,8 +83,8 @@ steps: branch: main image: python:3.9.21 environment: - CI_TOKEN: - from_secret: CI_TOKEN + PKG_TOKEN: + from_secret: PKG_TOKEN commands: - ls - python3 -m pip install twine @@ -96,6 +96,6 @@ steps: [forgejo] repository = https://code.boxyfoxy.net/api/packages/CodeByMrFinchum/pypi username = CodeByMrFinchum - password = ${CI_TOKEN} + password = ${PKG_TOKEN} EOF - python3 -m twine upload --repository forgejo dist/* diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a8815..3e847e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.8-0.9: CI woodpecker (25.04.10-11) +- Changes to the pipeline no + ## 0.7.x ### 0.7.2: Removed Debugging Leftovers - Cleaned up code used for debugging.