Skip to content

Commit

Permalink
Updating README for Pyk, adding to publsihing package, resolving pack…
Browse files Browse the repository at this point in the history
…aging twine error standards for PyPi to publish
  • Loading branch information
F-WRunTime committed Jun 4, 2024
1 parent d727308 commit 52e194d
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@ -374,7 +374,7 @@ jobs:
restore-keys: |
${{ runner.os }}-poetry-
- name: Build Pyk Whl
- name: Build Pyk
working-directory: pyk
run: |
make build
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ For running either program in the debugger, use the main class `org.kframework.m

# Installing Python Support

Python tools for K can be found under [runtimeverification/pyk](https://github.com/runtimeverification/pyk).
Python tools for K can be found under [runtimeverification/pyk](https://github.com/runtimeverification/k/tree/master/pyk).
OR on PypI

# Troubleshooting
Common build-time error messages:
Expand Down
1 change: 1 addition & 0 deletions pyk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# pyk
## Python tools for K

[API documentation](https://kframework.org/pyk/)

Expand Down
3 changes: 2 additions & 1 deletion pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pyk"
version = "7.0.41"
description = ""
description = "Python Tool for K"
authors = [
"Runtime Verification, Inc. <[email protected]>",
]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 52e194d

Please sign in to comment.