From 55f06cb8fb658ef2666215ff4aa8cb034f853184 Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Sun, 16 Jun 2024 21:45:42 -0400 Subject: [PATCH] Testing that upstream fix in ALAction fixes numpy --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 24ceaf2..8bfaad8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ jobs: name: Build and publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-20.04 steps: - - uses: SuffolkLITLab/ALActions/publish@main + - uses: SuffolkLITLab/ALActions/publish@fix_numpy_pt2 with: PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} VERSION_TO_PUBLISH: ${{ env.GITHUB_REF_NAME }}