Fix publish to Forgejo Server.
This commit is contained in:
parent
89c0d634c2
commit
0e883fffc8
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ steps:
|
||||||
- python3 -m pip install twine
|
- python3 -m pip install twine
|
||||||
- python3 -m twine upload --repository-url https://forgejo.example.com/api/packages/minecraftchest1/pypi dist/*
|
- python3 -m twine upload --repository-url https://forgejo.example.com/api/packages/minecraftchest1/pypi dist/*
|
||||||
environment:
|
environment:
|
||||||
|
TWINE_USERNAME: minecraftchest1
|
||||||
TWINE_PASSWORD:
|
TWINE_PASSWORD:
|
||||||
from_secret: forgejo-token
|
from_secret: forgejo-token
|
||||||
depends_on: build
|
depends_on: build
|
Loading…
Add table
Reference in a new issue