Skip to content

Commit

Permalink
Rename python crate to be more idiomatic
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed May 30, 2024
1 parent 16af91d commit 6ae028a
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --manifest-path crates/pymic2/Cargo.toml
args: --out dist --manifest-path crates/mic2-py/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: >
${{ matrix.cargo }} test \
--target ${{ matrix.target }} \
--package mic2_python
--package mic2-py
fmt:
name: formatting
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resolver = "2"
members = [
"crates/mic2_rs",
"crates/pymic2",
"crates/mic2-py",
"crates/libmic2",
]
exclude = [
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/pymic2/Cargo.toml → crates/mic2-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "mic2_python"
name = "mic2-py"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6ae028a

Please sign in to comment.