Skip to content

Commit ca3e354

Browse files
committed
remove pure py package from artifacts
1 parent ad1806c commit ca3e354

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_primary_wheels.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,3 @@ jobs:
5151

5252
- name: Test with pytest
5353
run: pytest
54-
55-
- name: Build package
56-
run: FROZENDICT_PURE_PY=1 python setup.py bdist_wheel
57-
58-
- uses: actions/upload-artifact@v3
59-
with:
60-
path: dist/*.whl

0 commit comments

Comments
 (0)