Skip to content

Commit

Permalink
v0.11.5 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh committed Feb 19, 2024
1 parent e5d71d9 commit 6847cf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: package-artifacts
path: ./package-artifacts

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: ./package-artifacts
packages-dir: ./package-artifacts
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
### Removed


## [0.11.2] - [0.11.4] - 2024-02-19
## [0.11.2] - [0.11.5] - 2024-02-19
### Changed
* Automated github publishing to PyPI
* Update github action runners
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 = "monaco"
version = "0.11.4"
version = "0.11.5"
description = "Quantify uncertainty and sensitivities in your computer models with an industry-grade Monte Carlo library."
authors = ["Scott Shambaugh <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6847cf4

Please sign in to comment.