Skip to content

Commit 44c27db

Browse files
lucascolleyisuruf
andauthored
Update Tools/pixi-packages/recipe.yaml
Co-authored-by: Isuru Fernando <isuruf@gmail.com>
1 parent 18c12e6 commit 44c27db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/pixi-packages/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
context:
22
freethreading_tag: ${{ "t" if "freethreading" in variant else "" }}
33
abi_prefix: ${{ (variant | split("_"))[0] + "_" if "san" in variant else "" }}
4-
abi_tag: ${{ abi_prefix }}cp${{ (version | split('.'))[:2] | join('') }}
4+
abi_tag: ${{ abi_prefix }}cp${{ (version | split('.'))[:2] | join('') }}${{ freethreading_tag }}
55

66
recipe:
77
name: python

0 commit comments

Comments
 (0)