fix(ci): wheel upload
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-07-25 03:47:10 +02:00
parent 067fa8bcba
commit fcf8736f07
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -40,7 +40,7 @@ pipeline:
username = $${GITEA_API_USERNAME}
password = $${GITEA_API_PASSWORD}
EOF
- python3 -m twine upload --repository gitea *.whl
- python3 -m twine upload --repository gitea dist/*.whl
build_debian:
image: python:3.11-bookworm