Skip to content

Commit

Permalink
.github/master-push: use version tag (#579)
Browse files Browse the repository at this point in the history
* .github/master-push: use version tag

* Set Version: 0.1.2

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
ehildenb and devops authored Feb 19, 2024
1 parent 8dfc2ab commit 253c761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 'Update dependents'
run: |
set -x
version="${GITHUB_SHA}"
version="$(cat package/version)"
curl --fail \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
2 changes: 1 addition & 1 deletion pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pykwasm"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down

0 comments on commit 253c761

Please sign in to comment.