Skip to content

Commit 87529d9

Browse files
committed
Merge pull-request #14
2 parents d3057f5 + e7ffda8 commit 87529d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/validate-and-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
prepare-release:
5050
runs-on: ubuntu-latest
5151
needs: build
52-
strategy:
53-
matrix:
54-
python-version: ["3.10", "3.11", "3.12"]
5552
steps:
5653
# https://github.com/actions/checkout
5754
- name: Checkout
@@ -60,7 +57,7 @@ jobs:
6057
- name: Setup Python
6158
uses: ./.github/actions/setup-python
6259
with:
63-
python-version: ${{ matrix.python-version }}
60+
python-version: "3.12"
6461

6562
- name: Build packages
6663
run: make build

0 commit comments

Comments
 (0)