Skip to content

Commit

Permalink
figuring ordering in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarton committed Jul 22, 2023
1 parent 85e623c commit 6e33bf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ jobs:
publish_release:
<<: *container_python310
steps:
- add_ssh_keys:
fingerprints:
- ff:de:9d:aa:27:2f:df:ee:49:df:82:70:50:28:d1:3a
- checkout
- attach_workspace:
at: ./

- add_ssh_keys:
fingerprints:
- ff:de:9d:aa:27:2f:df:ee:49:df:82:70:50:28:d1:3a
- run:
name: Publish release
command: |
Expand Down

0 comments on commit 6e33bf9

Please sign in to comment.