diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index d56e142..09665f3 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,9 +1,11 @@ name: Publish Python package to PyPI on: - push: - tags: - - '*' + # Action currently disabled to only push to TestPyPI for now + + #push: + # tags: + # - '*' jobs: publish: