From 4a9ea368b8ca835d9c38cdb3ef8487c50f23476b Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 29 Oct 2023 14:39:02 +0100 Subject: [PATCH] fix typo in publish-to-test-pypi.yml --- .github/workflows/publish-to-test-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 2afd464..8cc98fb 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,9 +1,9 @@ name: Publish Python package to TestPyPI on: - branches: - - master push: + branches: + - master tags: - '*'