Skip to content

Commit 8adc891

Browse files
committed
ci: Test python package index upload
Signed-off-by: Sam H. Smith <[email protected]>
1 parent 9fe87e7 commit 8adc891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python -m venv .venv &&
4141
source .venv/bin/activate &&
4242
pip install pytest faker allure-pytest &&
43-
pip install --break-system-packages target/wheels/iroha-*.whl &&
43+
pip install --break-system-packages target/wheels/iroha2-*.whl &&
4444
python -m pytest tests/"
4545
- name: Tear down the network
4646
run: cd iroha_daemon && scripts/test_env.py cleanup

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mod client;
44
mod data_model;
55
mod isi;
66

7-
/// A Python module implemented in Rust.
7+
/// The iroha2 python SDK module, implemented in Rust.
88
#[pymodule]
99
#[pyo3(name = "iroha2")]
1010
fn iroha2_python(py: Python, m: &PyModule) -> PyResult<()> {

0 commit comments

Comments
 (0)