Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-csliu committed Oct 9, 2023
1 parent 86a6ac4 commit cd89fba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit cd89fba

Please sign in to comment.