diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-04-12 18:57:20 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-04-12 18:57:20 -0400 |
commit | 3a62cd73b01b6e4fa3003eb5d2c808ce54035185 (patch) | |
tree | 32a12e449b91389d8c196621b4af3d146515d7dc /.circleci | |
parent | f45df8274c4b1592ba07383bb11583f7c5562a38 (diff) |
Use newer circleci orb to stop using codecov's old pypi package
Closes #2226
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index f18b6ff9..7214201c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - orb: invocations/orb@1.3.0 + orb: invocations/orb@1.3.1 jobs: |