Update .forgejo/workflows/pycairo.yaml
This commit is contained in:
parent
682476b3d6
commit
d06cc6da82
1 changed files with 1 additions and 3 deletions
|
|
@ -29,8 +29,6 @@ jobs:
|
|||
pip3 install twine
|
||||
python3 -m twine upload ./wheelhouse/*
|
||||
env:
|
||||
TWINE_REPOSITORY_URL: https://git.weddingfactory.eu/api/packages/cmwedding/pypi/simple
|
||||
TWINE_USERNAME: cmwedding-bot
|
||||
TWINE_PASSWORD: ${{ secrets.FORGEJO_TOKEN }}
|
||||
TWINE_REPOSITORY_URL: https://cmwedding-bot:${{ secrets.FORGEJO_TOKEN }}@git.weddingfactory.eu/api/packages/cmwedding/pypi/simple
|
||||
TWINE_NON_INTERACTIVE: 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue