From cd89fba2733cd4a13b3850006308ebf6a3798f83 Mon Sep 17 00:00:00 2001 From: Patrick Liu <32678320+patrick-csliu@users.noreply.github.com> Date: Tue, 10 Oct 2023 04:59:42 +0800 Subject: [PATCH] fixed --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46088de..7c0f62e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + # os: [ubuntu-latest, windows-latest, macOS-latest] + os: [macOS-latest] steps: - uses: actions/checkout@v4 @@ -116,3 +117,6 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ + packages-dir: | + dist/ + wheelhouse/*.whl