Skip to content

Commit

Permalink
Update github workflow 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 594bf1a commit a5ea7bf
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 @@ -28,4 +28,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit a5ea7bf

Please sign in to comment.