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 Jul 18, 2024
1 parent 2c2eeb6 commit f200bec
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 @@ -307,7 +307,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 f200bec

Please sign in to comment.