diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03ac207..bba2c4a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,6 @@ on: description: "Whether to increment the version before release." type: boolean default: true - push: jobs: deploy: @@ -27,9 +26,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Exit - run: exit 1 - - name: Setup Python uses: actions/setup-python@v5 with: