From 5ab3e22f6f9feeb59469a745ab5c2312cedfb8c0 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 25 Jan 2024 15:10:21 -0800 Subject: [PATCH] REVERT ME: Modify workflow for testing in CI. --- .github/workflows/pypi.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 51b01b7..6db7bc4 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -3,9 +3,9 @@ name: Upload Python Package -on: - release: - types: [published] +on: [push] + # release: + # types: [published] jobs: deploy: @@ -23,9 +23,9 @@ jobs: - name: Build a source distribution run: python setup.py sdist - - name: Publish distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master - with: - user: __token__ - password: ${{ secrets.PYPI_PASSWORD }} + # - name: Publish distribution 📦 to PyPI + # if: startsWith(github.ref, 'refs/tags') + # uses: pypa/gh-action-pypi-publish@master + # with: + # user: __token__ + # password: ${{ secrets.PYPI_PASSWORD }}