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:
3030 export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; make test
3131
3232publish : install-test-requirements
33- pipenv run python setup.py sdist
33+ pipenv run python -m build -- sdist .
3434 pipenv run twine upload dist/mocket-$(VERSION ) .tar.gz
3535 pipenv run anaconda upload dist/mocket-$(VERSION ) .tar.gz
3636
Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ gevent = "*"
2020sure = " *"
2121pook = " *"
2222flake8 = " *"
23- twine = " *"
24- anaconda-client = " *"
25- pipfile = " *"
26- wheel = " *"
2723xxhash = " *"
2824aiohttp = " *"
2925async-timeout = " *"
26+ pipfile = " *"
27+ build = " *"
28+ wheel = " *"
29+ twine = " *"
30+ anaconda-client = " *"
3031
3132[requires ]
3233python_version = " 3"
You can’t perform that action at this time.
0 commit comments