Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa6a2d5

Browse files
committedMar 24, 2024··
run cargo publish, package
1 parent 21ee9b7 commit aa6a2d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎.github/workflows/lint.yml

+13
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ jobs:
6363
env:
6464
RUSTDOCFLAGS: -Dwarnings
6565

66+
check-publish:
67+
runs-on: ubuntu-latest
68+
steps:
69+
- uses: actions/checkout@v4
70+
- uses: dtolnay/rust-toolchain@stable
71+
- run: cargo publish --locked --dry-run ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
72+
- shell: bash
73+
name: cargo package
74+
run: |
75+
set -eux
76+
cargo package --list ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
77+
cargo package ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
78+
6679
cffconvert:
6780
runs-on: ubuntu-latest
6881
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.