Update .forgejo/workflows/pycairo.yaml

This commit is contained in:
Oskar Manhart 2025-05-17 13:14:18 +02:00
parent 682476b3d6
commit d06cc6da82

View file

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