fix(ci): wheel upload
This commit is contained in:
parent
067fa8bcba
commit
fcf8736f07
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pipeline:
|
||||||
username = $${GITEA_API_USERNAME}
|
username = $${GITEA_API_USERNAME}
|
||||||
password = $${GITEA_API_PASSWORD}
|
password = $${GITEA_API_PASSWORD}
|
||||||
EOF
|
EOF
|
||||||
- python3 -m twine upload --repository gitea *.whl
|
- python3 -m twine upload --repository gitea dist/*.whl
|
||||||
|
|
||||||
build_debian:
|
build_debian:
|
||||||
image: python:3.11-bookworm
|
image: python:3.11-bookworm
|
||||||
|
|
Loading…
Reference in a new issue