From 148b835a11bbb76c485bd7e0c76cce99fa53be67 Mon Sep 17 00:00:00 2001 From: Oula Date: Tue, 24 Sep 2024 21:46:44 -0400 Subject: [PATCH] env variable bug fix --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index aa18dc5..628932b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -106,7 +106,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: macos-wheels - path: dist-${{ PYTHON_VERSION_STR }}-${{ _PYTHON_HOST_PLATFORM }}/*.whl + path: dist-${{ env.PYTHON_VERSION_STR }}-${{ env._PYTHON_HOST_PLATFORM }}/*.whl - name: Upload to PyPI if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}