1 parent 7fffadd commit 90a6771Copy full SHA for 90a6771
1 file changed
.github/workflows/build_primary_wheels.yml
@@ -48,15 +48,12 @@ jobs:
48
49
steps:
50
- uses: actions/checkout@v4
51
-
52
- - name: Set up Python
53
- uses: actions/setup-python@v5
54
55
- - name: Install dependencies
56
- run: pip install -U pip setuptools wheel pytest pytest-cov typing_extensions mypy
57
58
- name: Build module
59
- run: FROZENDICT_PURE_PY=1 python setup.py bdist_wheel
+ run: FROZENDICT_PURE_PY=1 pipx run build --wheel
+
+ - name: Install dependencies
+ run: pip install -U pip pytest pytest-cov typing_extensions mypy
60
61
- name: Install module
62
run: pip install dist/*
0 commit comments