Skip to content

Commit

Permalink
env variable bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 25, 2024
1 parent 1f8faa4 commit 148b835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 148b835

Please sign in to comment.