Skip to content

Commit 51ba5bd

Browse files
committed
chore(release) Publish wheels on testpypi.
1 parent 690b3ee commit 51ba5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ doc:
9999
wasmer_compiler_singlepass
100100

101101
publish +WHEELS:
102-
twine upload --username wasmer --repository pypi {{WHEELS}}
102+
twine upload --username wasmer --repository testpypi {{WHEELS}}
103103

104104
publish-any:
105-
twine upload --username wasmer --repository pypi target/wheels/wasmer-*-py3-none-any.whl
105+
twine upload --username wasmer --repository testpypi target/wheels/wasmer-*-py3-none-any.whl
106106

107107
# Compile a Rust program to Wasm.
108108
compile-wasm FILE='examples/simple':

0 commit comments

Comments
 (0)