From 2170aa728cb77ae18a4a9a993567802c80ea6cd9 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 16 Oct 2023 15:42:55 -0600 Subject: [PATCH] revert action, bump setuptools --- .github/workflows/ci.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ece963..33cfa90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: type=ref,event=branch type=sha - name: Publish Python Package to Docker Hub and GHCR - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v3 with: platforms: linux/amd64,linux/arm64 context: . diff --git a/setup.cfg b/setup.cfg index 56e82cc..3ca2c1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,7 +76,7 @@ all = # Dependencies for testing (used by tox and Pipenv) testing = - setuptools~=67.0 + setuptools~=68.0 pytest~=7.0 pytest-cov~=4.0 pytest-mock~=3.0