diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index ed304ee5c..104ddcf93 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -1,10 +1,10 @@ name: Release to PyPI -on: - push: - branches: - - main # or whatever branch you want to use - - pypi-release +on: workflow_dispatch + # push: + # branches: + # - main # or whatever branch you want to use + # - pypi-release jobs: release: