Skip to content

Commit

Permalink
Disable windows wheel upload
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-mueller committed Sep 24, 2024
1 parent ce1e152 commit 05f9ab1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
name: artifact
path: dist

- uses: actions/download-artifact@v4
with:
name: artifact-wheel-windows-latest
path: dist
# - uses: actions/download-artifact@v4
# with:
# name: artifact-wheel-windows-latest
# path: dist

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 05f9ab1

Please sign in to comment.