diff --git a/.circleci/config.yml b/.circleci/config.yml index ed54379..913cd86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,4 +31,15 @@ jobs: python3 -m twine wheelhouse/*.whl - store_artifacts: - path: wheelhouse/ \ No newline at end of file + 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: /.*/