Fix publish to Forgejo Server.
Some checks failed
ci/woodpecker/push/package-deploy Pipeline was successful
ci/woodpecker/tag/package-deploy Pipeline failed

This commit is contained in:
minecraftchest1@outlook.com 2025-01-14 10:39:19 -06:00
parent 89c0d634c2
commit 0e883fffc8

View file

@ -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