File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ safetest:
30
30
export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; make test
31
31
32
32
publish : install-test-requirements
33
- pipenv run python setup.py sdist
33
+ pipenv run python -m build -- sdist .
34
34
pipenv run twine upload dist/mocket-$(VERSION ) .tar.gz
35
35
pipenv run anaconda upload dist/mocket-$(VERSION ) .tar.gz
36
36
Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ gevent = "*"
20
20
sure = " *"
21
21
pook = " *"
22
22
flake8 = " *"
23
- twine = " *"
24
- anaconda-client = " *"
25
- pipfile = " *"
26
- wheel = " *"
27
23
xxhash = " *"
28
24
aiohttp = " *"
29
25
async-timeout = " *"
26
+ pipfile = " *"
27
+ build = " *"
28
+ wheel = " *"
29
+ twine = " *"
30
+ anaconda-client = " *"
30
31
31
32
[requires ]
32
33
python_version = " 3"
You can’t perform that action at this time.
0 commit comments