From df22c42f943bbdd8c7ea74be6bbdd05a348c9e6e Mon Sep 17 00:00:00 2001 From: Ravi Chhetri Date: Sat, 27 Apr 2024 11:00:58 +0200 Subject: [PATCH] PATCH: removed - check on tag --- .github/workflows/publish-testpypi.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-testpypi.yml b/.github/workflows/publish-testpypi.yml index 87950b8..1ab8f8a 100644 --- a/.github/workflows/publish-testpypi.yml +++ b/.github/workflows/publish-testpypi.yml @@ -2,7 +2,7 @@ name: Publish - TestPyPI on: push: tags: - - "**" + - '**' permissions: contents: read @@ -39,7 +39,7 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ github-release: - if: ${{contains(github.ref, '-rc')}} + if: ${{contains(github.ref, 'rc')}} name: Release needs: - publish-to-testpypi diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 551dede..c536df4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish - PyPI on: push: tags-ignore: - - "*-rc*" + - '*rc*' permissions: contents: read