Skip to content

Commit

Permalink
Require Windows build to succeed to publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Jun 4, 2023
1 parent b769084 commit 7c1d344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -238,8 +238,10 @@ workflows:
- poetry_publish:
requires:
- build_install_test
- build_install_test_windows
<<: *tag-filter
- github_publish:
requires:
- build_install_test
- build_install_test_windows
<<: *tag-filter

0 comments on commit 7c1d344

Please sign in to comment.