Skip to content

Commit 13fa38a

Browse files
authored
Removed invalid reference to matrix build (#54)
* Removed invalid matrix reference from GH workflow pypi_release.yaml * Set python version and fixed typo in workflow file
1 parent 369ed19 commit 13fa38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
cd-job:
12-
name: Continues Delivery
12+
name: Continuous Delivery
1313
runs-on: ubuntu-latest
1414
steps:
1515

@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python & Poetry Environment
2020
uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0
2121
with:
22-
python-version: ${{ matrix.python-version }}
22+
python-version: "3.10"
2323

2424
- name: Build Artifacts
2525
run: poetry build

0 commit comments

Comments
 (0)