This commit is contained in:
Chris Tsang
2026-02-04 12:21:42 +00:00
parent f24ea56a52
commit 3b2991be84
4 changed files with 13 additions and 3 deletions
+2
View File
@@ -158,6 +158,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: python
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
needs: [linux, musllinux, windows, macos, sdist]
permissions: