Skip to content

Commit

Permalink
revert action, bump setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Oct 16, 2023
1 parent 6c78586 commit 2170aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2170aa7

Please sign in to comment.