Skip to content

Commit aa202db

Browse files
hcho3konstin
authored andcommitted
1 parent 4468b7d commit aa202db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

example-projects/example-hatch/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,12 @@ build: clean ## builds source and wheel package
6969
-p "fictional_tech :: quantum :: foam" \
7070
-p "fictional_tech :: risk_exposure :: 1000000000" \
7171
-p "fictional_tech :: technology :: improb_drive"
72+
73+
python -m build --no-isolation --wheel \
74+
--config-setting 'variant-property=fictional_hw :: architecture :: mother' \
75+
--config-setting 'variant-property=fictional_hw :: compute_accuracy :: 10'
76+
77+
python -m build --no-isolation --wheel \
78+
--config-setting 'variant-label=foobar2' \
79+
--config-setting 'variant-property=fictional_hw :: architecture :: mother' \
80+
--config-setting 'variant-property=fictional_hw :: compute_accuracy :: 10'

hatch

0 commit comments

Comments
 (0)