Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wulan17 authored Jun 6, 2024
1 parent 1b653e0 commit 545055f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,15 @@ jobs:
python3 -m twine wheelhouse/*.whl
- store_artifacts:
path: wheelhouse/
path: wheelhouse/

workflows:
wheels: # This is the name of the workflow, feel free to change it to better match your workflow.
# Inside the workflow, you define the jobs you want to run.
jobs:
- arm-wheels:
name: linux_aarch64
build: "*linux_aarch64*"
filters:
tags:
only: /.*/

0 comments on commit 545055f

Please sign in to comment.