Skip to content

Commit

Permalink
Do not upload wheels to release page
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Aug 30, 2024
1 parent 162f513 commit 9ae2fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
else
gh release edit v${version} -n "" --prerelease
fi
find artifacts -name 'pineappl*' -type f -exec gh release upload v${version} {} +
find artifacts -name 'pineappl_*' -type f -exec gh release upload v${version} {} +
gh release edit v${version} --draft=false
publish-crates:
Expand Down

0 comments on commit 9ae2fc5

Please sign in to comment.