We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7563a commit e4b032dCopy full SHA for e4b032d
.github/workflows/package_publish.yml
@@ -9,18 +9,13 @@ permissions:
9
10
jobs:
11
package-and-deploy:
12
- name: ${{ matrix.python_version }}
13
runs-on: ubuntu-latest
14
- strategy:
15
- fail-fast: false
16
- matrix:
17
- python_version: ["3.9", "3.10"]
18
steps:
19
- uses: actions/checkout@v3
20
- name: Set up Python
21
uses: actions/setup-python@v3
22
with:
23
- python-version: "{{ matrix.python_version }}"
+ python-version: 3.9
24
- name: Install Poetry
25
run: |
26
python -m pip install --upgrade pip
0 commit comments