Skip to content

Commit

Permalink
Prevent pre-release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 23, 2024
1 parent 23353ed commit 89300ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
| jq --raw-output '.assets[].name' \
| grep -E -- '-x86_64-unknown-linux-musl-install_only.tar.gz$' \
| sed -E 's/^cpython-([^+]+)\+.+$/\1/' \
| grep -P '^\d+\.\d+\.\d+$' \
| sort -Vr \
| head -n 1
)"
Expand Down

0 comments on commit 89300ea

Please sign in to comment.