Skip to content

Commit

Permalink
Fix macos wheel upload (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo authored Jun 22, 2024
1 parent da1eadd commit 2760942
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish_pyscfadlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: cibw_wheels_macos_x86
path: dist

- run: ls -R dist

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: $GITHUB_WORKSPACE

publish_pypi_macos_arm64:
name: publish macos_arm64 wheels to pypi
Expand All @@ -114,9 +115,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: cibw_wheels_macos_arm64
path: dist

- run: ls -R dist

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: $GITHUB_WORKSPACE

0 comments on commit 2760942

Please sign in to comment.