mirror of
https://github.com/Z3Prover/z3
synced 2026-07-14 19:15:41 +00:00
Update nightly.yml
This commit is contained in:
parent
8f2713bdb1
commit
46b1c68f59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -921,7 +921,7 @@ jobs:
|
|||
# Rewrite only the unsupported 13_3 tag to 13 for upload validation.
|
||||
for whl in dist/*-macosx_13_3_*.whl; do
|
||||
[ -e "$whl" ] || continue
|
||||
mv "$whl" "${whl/macosx_13_3_/macosx_13_}"
|
||||
mv "$whl" "${whl/macosx_13_3_/macosx_13_0_}"
|
||||
done
|
||||
ls -l dist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue