From 707ec0880836ead69915e4973d70a5c0abce358f Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 29 Oct 2023 14:21:08 +0100 Subject: [PATCH] Disable push to reakl PyPI for initial test --- .github/workflows/publish-to-pypi.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: