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 32e9dc6 commit a0d2548Copy full SHA for a0d2548
.github/workflows/release.yml
@@ -7,7 +7,9 @@ on:
7
8
jobs:
9
publish:
10
- runs-on: ubuntu-latest
+ runs-on:
11
+ group: databrickslabs-protected-runner-group
12
+ labels: linux-ubuntu-latest
13
environment: release
14
permissions:
15
# Used to authenticate to PyPI via OIDC and sign the release's artifacts with sigstore-python.
0 commit comments