diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 68e1f76..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Release - -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Release - uses: patrick-kidger/action_update_python_project@v6 - with: - python-version: "3.11" - pypi-token: ${{ secrets.pypi_token }} - github-user: thebuckleylab - github-token: ${{ github.token }}