Skip to content

Commit

Permalink
bump download-artifact in actions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jul 2, 2024
1 parent 7cdaa66 commit 7d01589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
# if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit 7d01589

Please sign in to comment.