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 0a727d1 commit 6d79f7eCopy full SHA for 6d79f7e
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Building wheel
30
run: |
31
- make ${{ matrix.env.TARGET }}
+ make sdist ${{ matrix.env.TARGET }}
32
33
- name: Copy wheels in dist
34
run: cp wheelhouse*/fastrlock*.whl dist/
Makefile
@@ -23,7 +23,7 @@ version:
23
inplace:
24
$(PYTHON) setup.py $(SETUPFLAGS) build_ext -i $(PYTHON_WITH_CYTHON)
25
26
-sdist:
+sdist dist/$(PACKAGENAME)-$(VERSION).tar.gz:
27
$(PYTHON) setup.py $(SETUPFLAGS) sdist $(PYTHON_WITH_CYTHON)
build:
0 commit comments