Skip to content

Commit

Permalink
Fix tox -e twine
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Apr 30, 2023
1 parent e7625f0 commit 4a61d50
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-pip-lint-
${{ runner.os }}-pip-
- run: python -m pip install tox
- run: python -m pip install tox<4

- run: tox -q -p all -e flake8,towncrier,twine,check-manifest

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Developing
==========

This project uses `Tox <https://tox.readthedocs.io/en/latest/config.html>`_ to manage virtual environments.
This project uses `Tox 3 <https://tox.readthedocs.io/en/latest/config.html>`_ to manage virtual environments.

To run the tests::

Expand Down

0 comments on commit 4a61d50

Please sign in to comment.