You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1185 was merged too soon, opening an issue to track this.
$ maturin sdist -o dist
🍹 Building a mixed python/rust project
🔗 Found pyo3 bindings
🐍 Found CPython 3.10 at /Users/messense/.pyenv/versions/3.10.6/bin/python3
💥 maturin failed
Caused by: Failed to build source distribution
Caused by: Failed to add 340 bytes to sdist as /Users/messense/Projects/maturin/test-crates/pyo3-mixed-src/rust/Cargo.toml
Caused by: paths in archives must be relative when setting path for
It's actually a general issue when Cargo.toml isn't located at the top level directory since we use cargo package --list --allow-dirty to get the list of files that should be included in sdist.
The text was updated successfully, but these errors were encountered:
It's actually a general issue when Cargo.toml isn't located at the top level directory since we use cargo package --list --allow-dirty to get the list of files that should be included in sdist.
#1185 was merged too soon, opening an issue to track this.
It's actually a general issue when
Cargo.toml
isn't located at the top level directory since we usecargo package --list --allow-dirty
to get the list of files that should be included in sdist.The text was updated successfully, but these errors were encountered: