From 8713d039668b83bdfaa4b1abb9a2b38665c5c2f3 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Tue, 13 Feb 2024 16:05:46 -0800 Subject: [PATCH 1/3] Update deprecated actions in deploy and release yaml --- .github/workflows/deploy_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 7a3e7399..f4a0f880 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -10,15 +10,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo with submodules - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' fetch-depth: 0 # tags are required for versioneer to determine the version - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Install build dependencies run: | @@ -45,7 +45,7 @@ jobs: ls -1 dist # twine upload --repository-url https://test.pypi.org/legacy/ -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/* twine upload -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/* - + - name: Publish wheel and source distributions as a GitHub release run: | python -m pip install "githubrelease>=1.5.9" From a52d917a9e57809c4a4097510b626e7856cdb3fb Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Tue, 13 Feb 2024 16:20:16 -0800 Subject: [PATCH 2/3] Updated Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a734a7a..72336081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ * Adjusted gallery tests to not fail on deprecation warnings from pandas. @rly [#157](https://github.com/hdmf-dev/hdmf-zarr/pull/157) * Fixed bug in `pyproject.toml` where duplicate versions of `numcodec` where specified. @oruebel [#163](https://github.com/hdmf-dev/hdmf-zarr/pull/163) +### Internal Fixes +* Updated actions in `deploy_release.yml` workflow to avoid use of deprecated Node.js 16 . @oruebel [#165](https://github.com/hdmf-dev/hdmf-zarr/pull/165) + + ## 0.5.0 (December 8, 2023) ### Enhancements From cec93b5dd1a6706cbe753bc1680cd926d23e5217 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Wed, 14 Feb 2024 11:12:22 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72336081..9eba411c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * Fixed bug in `pyproject.toml` where duplicate versions of `numcodec` where specified. @oruebel [#163](https://github.com/hdmf-dev/hdmf-zarr/pull/163) ### Internal Fixes -* Updated actions in `deploy_release.yml` workflow to avoid use of deprecated Node.js 16 . @oruebel [#165](https://github.com/hdmf-dev/hdmf-zarr/pull/165) +* Updated actions in `deploy_release.yml` workflow to avoid use of deprecated Node.js 16. @oruebel [#165](https://github.com/hdmf-dev/hdmf-zarr/pull/165) ## 0.5.0 (December 8, 2023)