fix: ci
This commit is contained in:
parent
9061b54721
commit
348b9c377b
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,9 @@ jobs:
|
||||||
pip3 install --break-system-packages -e .[test]
|
pip3 install --break-system-packages -e .[test]
|
||||||
python3 setup.py egg_info bdist_wheel
|
python3 setup.py egg_info bdist_wheel
|
||||||
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v2
|
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v2
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.API_USERNAME }}
|
||||||
|
password: ${{ secrets.API_PASSWORD }}
|
||||||
|
|
||||||
build_debian:
|
build_debian:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -34,4 +37,6 @@ jobs:
|
||||||
package_output_path: package/debian
|
package_output_path: package/debian
|
||||||
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-debian-package-upload@v2
|
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-debian-package-upload@v2
|
||||||
with:
|
with:
|
||||||
|
username: ${{ secrets.API_USERNAME }}
|
||||||
|
password: ${{ secrets.API_PASSWORD }}
|
||||||
deb: "package/debian/*.deb"
|
deb: "package/debian/*.deb"
|
||||||
|
|
Loading…
Reference in a new issue