fix: fixing woodpecker ci (#2)
All checks were successful
ci/woodpecker/push/woodpecker_ci Pipeline was successful
ci/woodpecker/tag/woodpecker_ci Pipeline was successful

Reviewed-on: #2
Co-authored-by: Mr Finchum <mr.finchum@pm.me>
Co-committed-by: Mr Finchum <mr.finchum@pm.me>
This commit is contained in:
Mr Finchum 2025-04-11 13:41:24 +02:00 committed by Mr Finchum
parent 011249e002
commit d93d3de859
4 changed files with 2 additions and 117 deletions

View file

@ -74,7 +74,7 @@ steps:
commands:
- ls
- python3 -m pip install twine
- python3 -m twine upload dist/*
- python3 -m twine upload src/dist/*
- name: publish_forgejo
depends_on: [gitversion, tagging, build]
@ -89,4 +89,4 @@ steps:
commands:
- ls
- python3 -m pip install twine
- python3 -m twine upload --repository-url https://code.boxyfoxy.net/api/packages/CodeByMrFinchum/pypi dist/*
- python3 -m twine upload --repository-url https://code.boxyfoxy.net/api/packages/CodeByMrFinchum/pypi src/dist/*