Fix forgejo server hostname.
This commit is contained in:
parent
c14decbd44
commit
a2019df56d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ steps:
|
|||
image: python:3-alpine
|
||||
commands:
|
||||
- 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://code.minecraftchest1.us/api/packages/minecraftchest1/pypi dist/*
|
||||
environment:
|
||||
TWINE_USERNAME: minecraftchest1
|
||||
TWINE_PASSWORD:
|
||||
|
|
Loading…
Add table
Reference in a new issue