Skip to content

Commit

Permalink
Fix CI context.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeanwallace committed Mar 22, 2024
1 parent f0bf0af commit bcd0741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
. venv/bin/activate
python -m twine upload dist/*
workflows:
test:
main:
jobs:
- test-python
publish:
jobs:
- publish-python-package:
requires:
- test-python
context: jinjabread-prod
filters:
tags:
Expand Down

0 comments on commit bcd0741

Please sign in to comment.