Skip to content

Commit

Permalink
chore: Fix just publish by accepting a version ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Mar 2, 2020
1 parent d3e8ab5 commit fc81604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
source .env/bin/activate
just build-any
version=${{ matrix.python }}
just publish -i python${version%.*}
just publish python${version%.*}
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ benchmark benchmark-filename='':
inspect:
@python -c "help('wasmer')"

publish:
maturin publish -u wasmer
publish version:
maturin publish -i {{version}} -u wasmer

# Local Variables:
# mode: makefile
Expand Down

0 comments on commit fc81604

Please sign in to comment.