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
|
||||
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/*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue