Skip to content

Commit 3adaa46

Browse files
committed
chore: Add license and necessary Crates.io metadata
1 parent 12325ff commit 3adaa46

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ jobs:
210210
- name: Publish to crates.io
211211
if: always()
212212
run: |
213-
if cargo publish --token ${{ secrets.CARGO_TOKEN }} --allow-dirty 2>&1 | grep -q "crate version .* is already uploaded"; then
214-
echo "Version already published, skipping"
215-
exit 0
216-
fi
213+
cargo publish --token ${{ secrets.CARGO_TOKEN }} --allow-dirty || true
217214
env:
218215
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "1.0.0"
44
edition = "2024"
55
license = "MIT"
66
description = "A batch processing clone of Apache Beam in Rust."
7-
license-file = "LICENSE"
87
repository = "https://github.com/nhubbard/ironbeam"
98

109
[features]

0 commit comments

Comments
 (0)