We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebd7bf commit 9a9a2baCopy full SHA for 9a9a2ba
.github/workflows/publish.yml
@@ -19,8 +19,8 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- os: [ macos-latest, ubuntu-latest, windows-latest ]
23
- python-version: [ "3.9", "3.10", "3.11", "3.12" ]
+ os: [ ubuntu-latest ]
+ python-version: [ "3.12" ]
24
with:
25
runner: ${{ matrix.os }}
26
python-version: ${{ matrix.python-version }}
@@ -116,6 +116,5 @@ jobs:
116
117
body_path: release-notes.md
118
tag_name: ${{ github.env.RELEASE_VERSION }}
119
- target_commitish: ${{ github.ref || github.env.RELEASE_VERSION }}
120
make_latest: true
121
files: dist/*
0 commit comments