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 75a9318 commit b5c626eCopy full SHA for b5c626e
Makefile
@@ -33,7 +33,7 @@ clean:
33
rm -f ./**/*.pyc .coverage
34
35
publish:
36
- rm -rf dist build .egg .eggs arrow.egg-info
+ rm -rf dist build .egg .eggs arrow.egg-info
37
pip3 install -U setuptools twine wheel
38
python3 setup.py sdist bdist_wheel
39
twine upload dist/*
0 commit comments