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 4b456bc commit b28a2bdCopy full SHA for b28a2bd
scripts/publish.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
3
+rm -rf dist/ build/ oxylabs.egg-info/
4
python setup.py sdist bdist_wheel
5
twine upload dist/*
0 commit comments