mirror of
https://github.com/bspeice/qadapt
synced 2024-12-03 11:18:12 -05:00
Remove qadapt-spin from the publish build
This commit is contained in:
parent
dc04f0f3a5
commit
9605206b26
@ -55,8 +55,6 @@ after_success: |
|
||||
if [ -n "$TRAVIS_TAG" ] && [ -n "$CRATESIO" ]; then
|
||||
cd qadapt-macro &&
|
||||
cargo publish --token "$CARGO_TOKEN" &&
|
||||
cd ../qadapt-spin &&
|
||||
cargo publish --token "$CARGO_TOKEN" &&
|
||||
cd .. &&
|
||||
cargo publish --token "$CARGO_TOKEN"
|
||||
elif [ -n "$CODECOV" ] && [ -z "$TRAVIS_TAG" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user