Skip to content

Commit 9a9a2ba

Browse files
committed
ci: reduce build matrix and fix GH release
1 parent 5ebd7bf commit 9a9a2ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ macos-latest, ubuntu-latest, windows-latest ]
23-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
22+
os: [ ubuntu-latest ]
23+
python-version: [ "3.12" ]
2424
with:
2525
runner: ${{ matrix.os }}
2626
python-version: ${{ matrix.python-version }}
@@ -116,6 +116,5 @@ jobs:
116116
with:
117117
body_path: release-notes.md
118118
tag_name: ${{ github.env.RELEASE_VERSION }}
119-
target_commitish: ${{ github.ref || github.env.RELEASE_VERSION }}
120119
make_latest: true
121120
files: dist/*

0 commit comments

Comments
 (0)