Skip to content

Commit

Permalink
ci: try fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Nov 29, 2024
1 parent c816fb3 commit 8fb3600
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
create:
tags:
- 'v*'
-
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down Expand Up @@ -97,7 +100,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- cp310
- cp39
- pp38
- pp39
- pp310
build:
- linux
Expand Down Expand Up @@ -172,6 +177,8 @@ jobs:
CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
CIBW_BUILD_VERBOSITY: 1

MACOSX_DEPLOYMENT_TARGET: '10.12'

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8fb3600

Please sign in to comment.