We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent ff6628f commit 76b6e26Copy full SHA for 76b6e26
2 files changed
Makefile
@@ -30,7 +30,7 @@ safetest:
30
export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; make test
31
32
publish: install-test-requirements
33
- pipenv run python setup.py sdist
+ pipenv run python -m build --sdist .
34
pipenv run twine upload dist/mocket-$(VERSION).tar.gz
35
pipenv run anaconda upload dist/mocket-$(VERSION).tar.gz
36
Pipfile
@@ -20,13 +20,14 @@ gevent = "*"
20
sure = "*"
21
pook = "*"
22
flake8 = "*"
23
-twine = "*"
24
-anaconda-client = "*"
25
-pipfile = "*"
26
-wheel = "*"
27
xxhash = "*"
28
aiohttp = "*"
29
async-timeout = "*"
+pipfile = "*"
+build = "*"
+wheel = "*"
+twine = "*"
+anaconda-client = "*"
[requires]
python_version = "3"
0 commit comments