Skip to content

Commit a150234

Browse files
authored
Merge pull request #10 from ClimateImpactLab/feature/update-actions
update GitHub actions
2 parents 8265330 + d0dea70 commit a150234

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/python-publish.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
deploy:
1515

1616
runs-on: ubuntu-latest
17-
17+
permissions:
18+
id-token: write
1819
steps:
19-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2021
- name: Set up Python
21-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2223
with:
2324
python-version: '3.x'
2425
- name: Install dependencies
@@ -30,5 +31,3 @@ jobs:
3031
- name: Publish distribution 📦 to PyPI
3132
if: startsWith(github.ref, 'refs/tags')
3233
uses: pypa/gh-action-pypi-publish@release/v1
33-
with:
34-
password: ${{ secrets.PYPI_API_TOKEN }}

HISTORY.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
History
22
=======
33

4+
unreleased
5+
----------
6+
* Update GitHub actions versions
7+
48
v1.2.0
59
------
610
* Point `data-acquisition.ipynb` to updated Zenodo deposit that fixes the dtype of `subsets` variable in `diaz2016_inputs_raw.zarr.zip` to be bool rather than int8

0 commit comments

Comments
 (0)