diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 52cf28d..198736f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,9 +2,9 @@ name: Build and upload to PyPI on: # uncomment pr trigger when testing - pull_request: - branches: - - "main" + # pull_request: + # branches: + # - "main" push: tags: - "*"