From e1c8f5f1855967eec82e8ff15911578f3ed84712 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:04:52 -0700 Subject: [PATCH] Update PyPI shared action to troubleshoot GHA failure (#79) Co-authored-by: Daniel McKnight --- .github/workflows/publish_test_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_test_build.yml b/.github/workflows/publish_test_build.yml index 48d6f0e..06abe1b 100644 --- a/.github/workflows/publish_test_build.yml +++ b/.github/workflows/publish_test_build.yml @@ -10,7 +10,8 @@ on: jobs: build_and_publish_pypi: - uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master + # TODO: Update to `master` branch + uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@REF_UpdateAlphaReleaseActionVersions secrets: inherit with: version_file: "version.py"