From e5d515b88abd47b4a395fb56bbb5d106aeebf323 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Thu, 25 Jul 2024 11:40:05 -0400 Subject: [PATCH] Delete .github/workflows/pypi.yml --- .github/workflows/pypi.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/pypi.yml diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml deleted file mode 100644 index e3fc56c..0000000 --- a/.github/workflows/pypi.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: PyPI Publish - -on: [push, pull_request] - -jobs: - pypi-publish: - name: Upload release to PyPI - runs-on: ubuntu-latest - environment: - name: pypi - url: https://pypi.org/project/pyabpoa/ - permissions: - id-token: write # IMPORTANT: this permission is mandatory for trusted publishing - steps: - # retrieve your distributions here - - - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1