fix: ci
Some checks failed
/ test (push) Successful in 1m1s
/ codestyle (push) Successful in 1m1s
/ build_wheel (push) Failing after 1m17s
/ build_debian (push) Successful in 2m30s

This commit is contained in:
s3lph 2023-12-19 03:51:36 +01:00
parent 9061b54721
commit 348b9c377b
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -17,6 +17,9 @@ jobs:
pip3 install --break-system-packages -e .[test]
python3 setup.py egg_info bdist_wheel
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v2
with:
username: ${{ secrets.API_USERNAME }}
password: ${{ secrets.API_PASSWORD }}
build_debian:
runs-on: docker
@ -34,4 +37,6 @@ jobs:
package_output_path: package/debian
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-debian-package-upload@v2
with:
username: ${{ secrets.API_USERNAME }}
password: ${{ secrets.API_PASSWORD }}
deb: "package/debian/*.deb"