Skip to content

Commit 5c01370

Browse files
committedNov 1, 2023
Fixes
1 parent 8435637 commit 5c01370

File tree

4 files changed

+3
-39
lines changed

4 files changed

+3
-39
lines changed
 

‎.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.6
1+
1.3.7

‎.github/workflows/python-publish.yml

+1-1
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

-36
This file was deleted.

‎scripts/update_on_pypi.sh

+1-1
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)