From 73b6e6cbebeda823fc7c813d6e55437c264dc0a8 Mon Sep 17 00:00:00 2001 From: Zaki Ali Date: Tue, 27 Aug 2024 17:26:26 -0700 Subject: [PATCH] testing --- .github/workflows/pypi_release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi_release.yaml b/.github/workflows/pypi_release.yaml index b7af3d5..e65ebf9 100644 --- a/.github/workflows/pypi_release.yaml +++ b/.github/workflows/pypi_release.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - '**' tags: - 'v*' @@ -38,5 +39,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') && steps.check_version.outputs.new_version == 'true' with: user: __token__ - password: ${{ secrets.PYPI_TOKEN_TEMP }} + password: ${{ secrets.PYPI_TOKEN_TEMP_DOES_NOT_EXIST }} packages_dir: ./dist/