Skip to content

Commit

Permalink
Merge pull request #293 from MC-kit/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
dvp2015 authored Jan 3, 2024
2 parents 9e19798 + 7c99c37 commit 2537f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
poetry config --local virtualenvs.create false
poetry version
- name: Install this package
run: |
poetry install
- name: Build wheel
run: |
poetry build -f wheel
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 = "mckit"
version = "0.6.28"
version = "0.6.29"
description = "Tools to process MCNP models and results"
authors = ["rrn <[email protected]>"]
maintainers = ["dpv2015 <[email protected]>"]
Expand Down

0 comments on commit 2537f07

Please sign in to comment.