mirror of
https://github.com/Z3Prover/z3
synced 2026-07-14 19:15:41 +00:00
Nightly: clarify TestPyPI tag rewrite comment
This commit is contained in:
parent
aa0b9ae02e
commit
3df60813cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -917,7 +917,7 @@ jobs:
|
|||
|
||||
- name: Rewrite macOS wheel tags unsupported by test.PyPI
|
||||
run: |
|
||||
# test.PyPI rejects current macOS wheel tags such as macosx_13_3_*.
|
||||
# TestPyPI rejects current macOS wheel tags such as macosx_13_3_*.
|
||||
# Rewrite only the unsupported 13_3 tag to 13 for upload validation.
|
||||
for whl in dist/*-macosx_13_3_*.whl; do
|
||||
[ -e "$whl" ] || continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue