🐛 remove automatic trigger

This commit is contained in:
Félix Voituret
2021-02-12 12:46:29 +01:00
parent bd4dedf513
commit 6a39ef8419

View File

@@ -1,8 +1,6 @@
name: pypi
on:
push:
branches:
- master
- workflow_dispatch
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
jobs:
@@ -22,4 +20,4 @@ jobs:
- name: Deploy to pypi
run: |
poetry build
poetry publish
poetry publish