From 7fec6f00e46e3c0a94508e4cb9d3bf960c23171b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:58:10 +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 33b1997..838829a 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -31,7 +31,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 9528f47389e71c0eb9a5f88ea14409662887eb08 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Tue, 3 Sep 2024 15:43:28 -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 e63de9a..1c39b83 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - pip # For packaging, and testing # - arcpy # windows only - - build + - python-build - flake8 - flake8-import-order - flake8-blind-except