Skip to content

Commit

Permalink
Merge pull request #3 from ClimateImpactLab/feature/update-actions
Browse files Browse the repository at this point in the history
update github actions workflow
  • Loading branch information
bolliger32 authored Mar 21, 2023
2 parents 33ca446 + 6f11792 commit bca173a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -29,6 +29,6 @@ jobs:
run: python -m build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
History
=======

Unreleased
v1.1.1
------
* Use general Zenodo DOI numbers referencing latest version of each deposit
* Update package dependencies

v1.1.0
------
* Use general Zenodo DOI numbers referencing latest version of each deposit
* Addition of AR6 and Sweet scenarios
* Addition of `execute_pyciam` wrapper function
* Updates to SLIIDERS inputs based on reviewer comments
Expand Down
4 changes: 2 additions & 2 deletions environment/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dependencies:
- xarray=2023.2.0
- zarr=2.14.2
- pip:
# - python-ciam==1.1.0
- python-ciam==1.1
- rhg_compute_tools==1.3
- parameterize_jobs==0.1.1
- parameterize_jobs==0.1
12 changes: 10 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ classifiers =
[options]
packages = find:
include_package_data = True
requires = numpy
requires = cloudpathlib
distributed
gitpython
numpy
rhg_compute_tools
pandas
parameterize_jobs
pint-xarray
scipy
scikit-learn
xarray
pandas
zarr
python_requires = >=3.6

0 comments on commit bca173a

Please sign in to comment.