🐛 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 name: pypi
on: on:
push: - workflow_dispatch
branches:
- master
env: env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
jobs: jobs:
@@ -22,4 +20,4 @@ jobs:
- name: Deploy to pypi - name: Deploy to pypi
run: | run: |
poetry build poetry build
poetry publish poetry publish