fix: fixes publish to forgejo package
This commit is contained in:
parent
364af1cb6e
commit
f4ef58672c
2 changed files with 6 additions and 3 deletions
|
@ -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/*
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue