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.
2 parents 8edffdc + f5ef888 commit 991393fCopy full SHA for 991393f
.github/workflows/python-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
make venv
29
- name: Build package
30
- run: make build
+ run: make dist
31
- name: Publish package
32
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
33
with:
Makefile
@@ -36,3 +36,7 @@ tox-with-system-python:
36
build:
37
$(PYTHON_BIN)python setup.py build
38
$(PYTHON_BIN)python setup.py install
39
+
40
+dist:
41
+ $(PYTHON_BIN)python setup.py build
42
+ $(PYTHON_BIN)python setup.py sdist
0 commit comments