fix: fixes publish to forgejo package
Some checks failed
ci/woodpecker/pr/woodpecker_ci Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker_ci Pipeline was successful
ci/woodpecker/push/woodpecker_ci Pipeline failed
ci/woodpecker/tag/woodpecker_ci Pipeline was successful

This commit is contained in:
Mr Finchum 2025-04-11 11:56:12 +02:00
parent 364af1cb6e
commit f4ef58672c
2 changed files with 6 additions and 3 deletions

View file

@ -83,8 +83,8 @@ steps:
branch: main branch: main
image: python:3.9.21 image: python:3.9.21
environment: environment:
CI_TOKEN: PKG_TOKEN:
from_secret: CI_TOKEN from_secret: PKG_TOKEN
commands: commands:
- ls - ls
- python3 -m pip install twine - python3 -m pip install twine
@ -96,6 +96,6 @@ steps:
[forgejo] [forgejo]
repository = https://code.boxyfoxy.net/api/packages/CodeByMrFinchum/pypi repository = https://code.boxyfoxy.net/api/packages/CodeByMrFinchum/pypi
username = CodeByMrFinchum username = CodeByMrFinchum
password = ${CI_TOKEN} password = ${PKG_TOKEN}
EOF EOF
- python3 -m twine upload --repository forgejo dist/* - python3 -m twine upload --repository forgejo dist/*

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## 0.8-0.9: CI woodpecker (25.04.10-11)
- Changes to the pipeline no
## 0.7.x ## 0.7.x
### 0.7.2: Removed Debugging Leftovers ### 0.7.2: Removed Debugging Leftovers
- Cleaned up code used for debugging. - Cleaned up code used for debugging.