Skip to content

Commit 86e2112

Browse files
committed
chore: update release automation (unification)
1 parent 6d15cb1 commit 86e2112

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release_automation.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ jobs:
66
build:
77
name: Build distribution
88
runs-on: ubuntu-latest
9-
9+
strategy:
10+
matrix:
11+
python-version: ["3.11"]
1012
steps:
1113
- uses: actions/checkout@v4
12-
- name: Set up Python
14+
- name: Set up Python ${{ matrix.python-version }}
1315
uses: actions/setup-python@v5
1416
with:
15-
python-version: "3.11"
17+
python-version: ${{ matrix.python-version }}
1618
- name: Install pypa/build
1719
run: >-
1820
python3 -m

0 commit comments

Comments
 (0)