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 83f9db1 commit 627f1e7Copy full SHA for 627f1e7
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ permissions:
14
jobs:
15
generate-api-docs:
16
name: Update version and build python module
17
- runs-on: default
+ runs-on: ubuntu-latest
18
permissions:
19
id-token: write
20
contents: read
@@ -94,7 +94,7 @@ jobs:
94
95
build-release:
96
name: Build release distribution
97
98
needs: generate-api-docs
99
env:
100
UV_VERSION: 0.5.21
@@ -134,7 +134,7 @@ jobs:
134
135
pypi-publish:
136
name: Publish to PyPI
137
138
needs: build-release
139
environment:
140
name: pypi
0 commit comments