Skip to content

Commit

Permalink
removes tox as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Dec 13, 2023
1 parent 4a78c55 commit 560d011
Show file tree
Hide file tree
Showing 3 changed files with 1,373 additions and 1,417 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
with: {python-version: "3.11"}
- name: Run static analysis and format checkers
run: pipx run pre-commit run --all-files --show-diff-on-failure
- name: Install tox-gh plugin
run: python -m pip install tox-gh>=1.2
- name: Build package distribution files
run: pipx run --spec 'tox~=3.0' tox -e clean,build
run: tox -e clean,build
- name: Record the paths of wheel and source tarball distributions
id: distribution-paths
run: |
Expand Down
Loading

0 comments on commit 560d011

Please sign in to comment.