Skip to content

Commit f49680c

Browse files
danieldkDaniël de Kok
authored andcommitted
CI: Fix crate name in AppVeyor builds
1 parent 10f36c7 commit f49680c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ install:
1111
- cargo install --git https://github.com/PyO3/pyo3-pack.git --tag v0.6.1 pyo3-pack
1212

1313
build_script:
14+
- sed -i '/^name =/ s/finalfusion-python/finalfusion/' Cargo.toml
1415
- pyo3-pack build --release
1516

1617
artifacts:

0 commit comments

Comments
 (0)