Skip to content

Commit e4b032d

Browse files
Update package_publish.yml
1 parent ab7563a commit e4b032d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/package_publish.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ permissions:
99

1010
jobs:
1111
package-and-deploy:
12-
name: ${{ matrix.python_version }}
1312
runs-on: ubuntu-latest
14-
strategy:
15-
fail-fast: false
16-
matrix:
17-
python_version: ["3.9", "3.10"]
1813
steps:
1914
- uses: actions/checkout@v3
2015
- name: Set up Python
2116
uses: actions/setup-python@v3
2217
with:
23-
python-version: "{{ matrix.python_version }}"
18+
python-version: 3.9
2419
- name: Install Poetry
2520
run: |
2621
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)