Skip to content

Commit dbecd38

Browse files
committed
Uses 3.9 for publishing
1 parent 7d194e3 commit dbecd38

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
9-
fail-fast: false
10-
python-version: 3.9
119
steps:
1210
- uses: actions/checkout@v2
13-
- name: Set up Python ${{ matrix.python-version }}
11+
- name: Set up Python 3.9
1412
uses: actions/setup-python@v2
1513
with:
16-
python-version: ${{ matrix.python-version }}
14+
python-version: 3.9
1715
- name: Install upload dependencies
1816
run: |
1917
python -m pip install --upgrade pip setuptools wheel twine

0 commit comments

Comments
 (0)