From 15c11a32b0bd61388ddb7ba7b9efdf74c78493b2 Mon Sep 17 00:00:00 2001 From: fishjojo Date: Sat, 22 Jun 2024 13:48:27 -0700 Subject: [PATCH] fix --- .github/workflows/publish_pyscfadlib.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pyscfadlib.yml b/.github/workflows/publish_pyscfadlib.yml index fb254243..0827464a 100644 --- a/.github/workflows/publish_pyscfadlib.yml +++ b/.github/workflows/publish_pyscfadlib.yml @@ -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 @@ -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