Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo committed Jun 22, 2024
1 parent e05bec7 commit 15c11a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_pyscfadlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
with:
name: cibw_wheels_macos_x86
path: dist
run: ls -R dist

- run: ls -R dist

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -115,7 +116,8 @@ jobs:
with:
name: cibw_wheels_macos_arm64
path: dist
run: ls -R dist

- run: ls -R dist

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 15c11a3

Please sign in to comment.