From 81559b8fc8eef30475e4717b2862abac7006ac66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:35:06 +0000 Subject: [PATCH 1/2] Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/distribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 35fd4f7..cdaecd7 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -30,7 +30,7 @@ jobs: python -m build - name: upload to PyPI.org - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0 with: user: __token__ password: ${{ secrets.TOOLS_PYPI_PAK }} From adcef5790b7b4d215151a64656d60fde3573293d Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Tue, 3 Sep 2024 15:44:13 -0800 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index f656c7b..2c97d9f 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - statsmodels - urllib3 # For packaging, and testing - - build + - python-build - flake8 - flake8-import-order - flake8-blind-except