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