We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea8a5a commit 42dcea9Copy full SHA for 42dcea9
.github/workflows/ci.yml
@@ -68,8 +68,11 @@ jobs:
68
run: |
69
cd ./macros
70
cargo make publish_dry
71
- cd ../interrupt
72
- cargo make publish_dry --profile pipeline
+ # As interrupt depend on macros it's dry run would always fail
+ # as the dry run expects all dependencies to be available at crates.io
73
+ # already !
74
+ # cd ../interrupt
75
+ # cargo make publish_dry --profile pipeline
76
77
prepare_release:
78
needs: [build, publish_dry]
0 commit comments