fix: fixes publish to forgejo package #6

Merged
CodeByMrFinchum merged 1 commit from fix/ci14 into main 2025-04-11 11:56:46 +02:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit f4ef58672c - Show all commits

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.