Skip to content

Commit

Permalink
Merge pull request #8 from Jflick58/0.1.1-release
Browse files Browse the repository at this point in the history
fix release action and intial release
  • Loading branch information
Jflick58 authored May 29, 2023
2 parents 1cb7481 + 65cc92a commit 4c9ec2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
draft: false
generateReleaseNotes: true
tag: v${{ steps.check-version.outputs.version }}
commit: master
commit: main
- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wasm-exec"
version = "0.1.1"
version = "0.1.0"
description = "WASM-powered sandboxed version of `exec()` for running dynamic code."
authors = ["Justin Flick"]
license = "MIT"
Expand Down

0 comments on commit 4c9ec2c

Please sign in to comment.