We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c535cf commit cf52613Copy full SHA for cf52613
.github/workflows/reusable-smoke-test.yml
@@ -112,7 +112,8 @@ jobs:
112
build-backend = "maturin"
113
working-directory: rust-example
114
- name: Build the stub package sdist and wheel distributions
115
- run: python3 -m build rust-example/
+ run: python3 -m build -o ../dist/
116
+ working-directory: rust-example
117
- name: Register the stub package in devpi
118
run: twine register dist/*.tar.gz
119
env:
0 commit comments