Skip to content

Commit c4b48b8

Browse files
committed
ci: allow running the release workflow manually.
Also add the `MACOSX_DEPLOYMENT_TARGET` environment variable while building the Python library.
1 parent c816fb3 commit c4b48b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
create:
44
tags:
55
- 'v*'
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
68
jobs:
79
build:
810
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
@@ -172,6 +174,8 @@ jobs:
172174
CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
173175
CIBW_BUILD_VERBOSITY: 1
174176

177+
MACOSX_DEPLOYMENT_TARGET: '10.12'
178+
175179
- name: Upload artifacts
176180
uses: actions/upload-artifact@v4
177181
with:

0 commit comments

Comments
 (0)