Skip to content

Commit

Permalink
Update python package to 3.8
Browse files Browse the repository at this point in the history
Python 3.10 collection changes cause error in nose test
  • Loading branch information
rlupat authored Nov 19, 2021
1 parent d5e1dcf commit 8338b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -30,4 +30,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 8338b2f

Please sign in to comment.