Skip to content

Commit 5c01370

Browse files
committed
Fixes
1 parent 8435637 commit 5c01370

File tree

4 files changed

+3
-39
lines changed

4 files changed

+3
-39
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.6
1+
1.3.7

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
python -m pip install setuptools
3939
python -m pip install -r requirements.txt
4040
python setup.py sdist
41-
python setup.py bdist_wheel
41+
python -m pip wheel --no-deps -w dist .
4242
- name: Publish package distributions to PyPI
4343
uses: pypa/gh-action-pypi-publish@release/v1

.travis.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

scripts/update_on_pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
python3 setup.py test
44
python3 setup.py sdist
5-
python3 setup.py bdist_wheel
5+
pip wheel --no-deps -w dist .
66
twine upload dist/*

0 commit comments

Comments
 (0)