Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 316533e

Browse files
committedMay 4, 2024·
MNT: Explicitly require x64 arch
1 parent 1dc14d8 commit 316533e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
release:
8484
needs: [build_wheels, build_sdist]
8585
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
86-
if: github.event_name == 'push'
86+
if: github.event_name == 'push'
8787
runs-on: ubuntu-latest
8888
steps:
8989
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)
Please sign in to comment.