Skip to content

Commit 8338b2f

Browse files
authored
Update python package to 3.8
Python 3.10 collection changes cause error in nose test
1 parent d5e1dcf commit 8338b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.x'
16+
python-version: '3.8'
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
@@ -30,4 +30,4 @@ jobs:
3030
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3131
run: |
3232
python setup.py sdist bdist_wheel
33-
twine upload dist/*
33+
twine upload dist/*

0 commit comments

Comments
 (0)