From 4654b23f994ac46afcd92b24a71b699c15c9cf60 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Thu, 2 Jun 2022 18:15:12 -0400 Subject: [PATCH] Drop pypi gh action --- .github/workflows/pypi.yml | 15 --------------- 1 file changed, 15 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 f02d04a..0000000 --- a/.github/workflows/pypi.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Python package -on: - push: - tags: - - "v*.*.*" -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.11 - with: - pypi_token: ${{ secrets.PYPI_TOKEN }} - \ No newline at end of file