Skip to content

Commit 413fe2c

Browse files
committed
fix circle ci pip_deploy
1 parent 8270132 commit 413fe2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595
- image: broooooklyn/rust-python:latest
9696
working_directory: /mnt/crate
9797
steps:
98-
- attach_workspace:
99-
at: "."
98+
- checkout
10099
- run:
101100
name: 'Deploy to Github Release'
102101
command: pip install -r requirement-dev.txt && make release

0 commit comments

Comments
 (0)