We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8435637 commit 5c01370Copy full SHA for 5c01370
.VERSION
@@ -1 +1 @@
1
-1.3.6
+1.3.7
.github/workflows/python-publish.yml
@@ -38,6 +38,6 @@ jobs:
38
python -m pip install setuptools
39
python -m pip install -r requirements.txt
40
python setup.py sdist
41
- python setup.py bdist_wheel
+ python -m pip wheel --no-deps -w dist .
42
- name: Publish package distributions to PyPI
43
uses: pypa/gh-action-pypi-publish@release/v1
.travis.yml
scripts/update_on_pypi.sh
@@ -2,5 +2,5 @@
2
3
python3 setup.py test
4
python3 setup.py sdist
5
-python3 setup.py bdist_wheel
+pip wheel --no-deps -w dist .
6
twine upload dist/*
0 commit comments