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/