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 3d550e8 commit 22b6205Copy full SHA for 22b6205
.github/workflows/reusable-smoke-test.yml
@@ -105,7 +105,7 @@ jobs:
105
run: pipx run maturin build --release --out ../dist/
106
working-directory: rust-example
107
- name: Register the stub package in devpi
108
- run: twine register dist/*.tar.gz
+ run: twine register dist/*.whl
109
env:
110
TWINE_USERNAME: ${{ env.devpi-username }}
111
TWINE_PASSWORD: ${{ env.devpi-password }}
0 commit comments