File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
export PATH="$HOME/.cargo/bin:$PATH"
216
216
export PATH="$HOME/.pyenv/versions/$(cat .python-version)/bin:$PATH"
217
217
if test -d .env/bin/; then source .env/bin/activate; else source .env/Scripts/activate; fi
218
- just publish
218
+ just publish $(cat ${{ steps.create_wheels.outputs.assets_file }} | cut -f 1)
219
219
220
220
release-any :
221
221
name : Release any wheels
Original file line number Diff line number Diff line change 98
98
# wasmer_compiler_llvm \
99
99
wasmer_compiler_singlepass
100
100
101
- publish :
102
- twine upload --repository pypi target/wheels/ wasmer* .whl -u wasmer
101
+ publish +WHEELS :
102
+ twine upload --username wasmer --repository pypi {{WHEELS}}
103
103
104
104
publish-any :
105
- twine upload --repository pypi target/wheels/wasmer-* -py3-none-any.whl -u wasmer
105
+ twine upload --username wasmer -- repository pypi target/wheels/wasmer-* -py3-none-any.whl
106
106
107
107
# Compile a Rust program to Wasm.
108
108
compile-wasm FILE='examples/simple' :
You can’t perform that action at this time.
0 commit comments