Skip to content

chore(deps): Bump the all-cargo-version-updates group with 7 updates #36

chore(deps): Bump the all-cargo-version-updates group with 7 updates

chore(deps): Bump the all-cargo-version-updates group with 7 updates #36

Workflow file for this run

name: Packaging and release
# For now this is only testing that packaging will be possible in the future
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'demo/**'
- 'docs/**'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- name: Test packaging
run: cargo publish --workspace -Z package-workspace --dry-run