From e9c66c2238954b23032dacfff6161324d8c08eb5 Mon Sep 17 00:00:00 2001 From: Nohr Date: Fri, 15 Sep 2023 14:00:26 +0200 Subject: [PATCH] build: publish rc and release to pypi (#18) Co-authored-by: Askepios-ai --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17569be..70282a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,6 @@ jobs: run: poetry build - name: Publish to TestPyPI - if: github.ref == 'refs/heads/beta' uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ @@ -99,7 +98,6 @@ jobs: masterblaster-py - name: Publish to PyPI - if: github.ref == 'refs/heads/main' uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__