This commit is contained in:
Martin Bubel 2023-12-19 10:57:17 +01:00
parent 4cebf1c74c
commit eb610ccca7

View file

@ -43,17 +43,7 @@ jobs:
pip install wheel
python setup.py bdist_wheel
name: "Deploy Python Lib"
on:
release:
types:
- created
permissions:
contents: read
pull-requests: read
jobs:
deploy:
runs-on: ubuntu-latest
needs: develop-matrix
if: github.event_name == 'release' && github.event.action == 'created'