We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dbb00 commit 580bad9Copy full SHA for 580bad9
1 file changed
Tools/pixi-packages/default/recipe.yaml
@@ -2,7 +2,10 @@
2
# propagate the changes to the other variants.
3
4
context:
5
- version: ${{ git.latest_tag(".")[1:] }}
+ # Keep up to date
6
+ # We could use git.latest_tag(".")[1:], but tags will be wrong until the first alpha
7
+ # release is tagged.
8
+ version: 3.16
9
freethreading_tag: ${{ "t" if "freethreading" in variant else "" }}
10
abi_prefix: ${{ (variant | split("-"))[0] + "_" if "san" in variant else "" }}
11
abi_tag: ${{ abi_prefix }}cp${{ (version | split('.'))[:2] | join('') }}
0 commit comments