Skip to content

Commit

Permalink
Update release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Jun 17, 2024
1 parent 1e92848 commit 583eb59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- "*"
pull_request:

permissions:
contents: read

env:
RUSTFLAGS: "--cfg uuid_unstable"

Expand Down Expand Up @@ -250,6 +247,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [lint, linux, linux-cross, musllinux, musllinux-cross, windows, macos, sdist]
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 583eb59

Please sign in to comment.