Skip to content

Commit

Permalink
Fix CI deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir committed Nov 30, 2023
1 parent f91cba2 commit 101d27a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,11 @@ workflows:

deploy:
jobs:
- build-dist
- build-dist:
filters: # required since `pypi-deploy` has tag filters AND requires `build-dist`
tags:
only: /.*/

- pypi-deploy:
context: ocean-publish
requires:
Expand Down

0 comments on commit 101d27a

Please sign in to comment.