Skip to content

Commit

Permalink
skip building wheels for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan234 committed Dec 5, 2024
1 parent 25be84a commit 0f21f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
- name: Retrieve release distributions
uses: actions/download-artifact@v4
with:
name: dist-*
merge-multiple: true
name: dist-sdist
# merge-multiple: true
path: dist

- name: Publish release distributions to PyPI
Expand Down

0 comments on commit 0f21f27

Please sign in to comment.