From 7a6bede1cbe4146d9ae2021a3e139b026ea5b464 Mon Sep 17 00:00:00 2001 From: James Busche Date: Wed, 3 Apr 2024 16:50:33 -0700 Subject: [PATCH] cleanup build yaml Signed-off-by: James Busche --- .github/workflows/build-and-publish.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index faad04d80..55e34cb51 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -51,9 +51,3 @@ jobs: tox -e build,twinecheck - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 -# Work in progress... need to get a PYPI_TOKEN in the repo -# - name: Publish wheel package on PyPI -# if: github.event_name == 'release' -# uses: pypa/gh-action-pypi-publish@release/v1 -# with: -# password: ${{ secrets.PYPI_TOKEN }}