Skip to content

Commit cf52613

Browse files
committed
debug! dist dir
1 parent 3c535cf commit cf52613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-smoke-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
build-backend = "maturin"
113113
working-directory: rust-example
114114
- name: Build the stub package sdist and wheel distributions
115-
run: python3 -m build rust-example/
115+
run: python3 -m build -o ../dist/
116+
working-directory: rust-example
116117
- name: Register the stub package in devpi
117118
run: twine register dist/*.tar.gz
118119
env:

0 commit comments

Comments
 (0)