workflows: only publish to pypi on dispatch

This commit is contained in:
James Woglom
2021-10-24 00:41:04 -04:00
parent f5ef34174f
commit e9f569d2a0
+1 -3
View File
@@ -1,7 +1,5 @@
name: Publish to PyPI
on:
push:
branches: [ master ]
on: workflow_dispatch
jobs:
build-binary: