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 }}