Skip to content

Commit

Permalink
Fix publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Sep 14, 2022
1 parent 419016a commit b827108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Expand Up @@ -8,11 +8,11 @@ sleep 15
cargo publish --manifest-path internal/compiler/Cargo.toml
cargo publish --manifest-path internal/core/Cargo.toml
cargo publish --manifest-path api/rs/macros/Cargo.toml
cargo publish --manifest-path internal/backends/gl/Cargo.toml --features x11
cargo publish --manifest-path internal/backends/winit/Cargo.toml --features x11,renderer-winit-femtovg
cargo publish --manifest-path api/rs/build/Cargo.toml
cargo publish --manifest-path internal/backends/qt/Cargo.toml
sleep 30
cargo publish --manifest-path internal/backends/selector/Cargo.toml --features backend-gl-x11
cargo publish --manifest-path internal/backends/selector/Cargo.toml --features backend-winit-x11,renderer-winit-femtovg
sleep 30
cargo publish --manifest-path internal/interpreter/Cargo.toml
cargo publish --manifest-path api/rs/slint/Cargo.toml
Expand Down

0 comments on commit b827108

Please sign in to comment.