From 1ea1c59f063d7932fdf9ac5cf27164f04bd4f1e5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 11 Mar 2026 00:49:24 +0000 Subject: [PATCH] remove publish workflow --- .github/workflows/publish.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 899af40..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Publish to PyPI - -on: - release: - types: [published] - push: - tags: - - 'v*.*.*' - -jobs: - pypi-publish: - name: upload release to PyPI - runs-on: ubuntu-latest - environment: pypi - permissions: - # This permission is needed for private repositories. - contents: read - # IMPORTANT: this permission is mandatory for trusted publishing - id-token: write - steps: - - uses: actions/checkout@v4 - - - uses: pdm-project/setup-pdm@v4 - - - name: Publish package distributions to PyPI - run: pdm publish