From 37c9d5fad6d45c4bd8543584584801f728e015fc Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Tue, 11 Feb 2025 16:05:45 -0700 Subject: [PATCH 1/3] Updated publish_to_pypi.yml --- .github/workflows/publish_to_pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 1bd86d2..249004a 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -21,6 +21,7 @@ jobs: shell: bash -l {0} run: | pip install wheel + pip install setuptools python setup.py sdist bdist_wheel - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 From cab68a3edf06a3ae72444e6e80a0fab8e19fdcf8 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Tue, 11 Feb 2025 16:07:13 -0700 Subject: [PATCH 2/3] Updated version --- ogphl/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ogphl/__init__.py b/ogphl/__init__.py index 389701c..1b9707a 100644 --- a/ogphl/__init__.py +++ b/ogphl/__init__.py @@ -8,4 +8,4 @@ from ogphl.macro_params import * from ogphl.utils import * -__version__ = "0.0.8" +__version__ = "0.0.9" diff --git a/setup.py b/setup.py index ce166b0..95ec706 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogphl", - version="0.0.8", + version="0.0.9", author="Marcelo LaFleur, Richard W. Evans, and Jason DeBacker", license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", description="Philippines Calibration for OG-Core", From fc56bcd72a4a897f153625d3e7c00df431de35af Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Tue, 11 Feb 2025 16:09:31 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e2cfe..ac2688c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.9] - 2025-02-11 16:30:00 + +### Added + +- Added `import setuptools` to `publish_to_pypi.yml` + ## [0.0.8] - 2025-02-11 14:00:00 ### Added @@ -54,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This version is a pre-release alpha. The example run script OG-PHL/examples/run_og_phl.py runs, but the model is not currently calibrated to represent the Philippines economy and population. +[0.0.9]: https://github.com/EAPD-DRB/OG-PHL/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/EAPD-DRB/OG-PHL/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/EAPD-DRB/OG-PHL/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/EAPD-DRB/OG-PHL/compare/v0.0.4...v0.0.6