Skip to content

Commit

Permalink
chore(ci) Fix just publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 15, 2021
1 parent 792eef3 commit e414028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ doc:
wasmer_compiler_singlepass

publish repository +WHEELS:
twine upload --username wasmer --repository --skip-existing {{repository}} {{WHEELS}}
twine upload --username wasmer --repository {{repository}} --skip-existing {{WHEELS}}

publish-any repository='testpypi':
twine upload --username wasmer --repository {{repository}} target/wheels/wasmer-*-py3-none-any.whl
Expand Down

0 comments on commit e414028

Please sign in to comment.