Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 30, 2024
1 parent f9f3173 commit 5d8f20f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ jobs:
uses: actions/setup-python@v5
- name: Install dependencies
run:
python -m pip install -U pip wheel twine
python -m pip install -U pip wheel twine build
- name: Make dists
run:
python setup.py sdist bdist_wheel
python -m build
- name: PyPI upload
env:
TWINE_USERNAME: __token__
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ sort-all can be used as a hook for pre-commit_.
To add sort-all as a plugin, add this repo definition to your configuration:

.. code-block:: yaml
repos:
- repo: https://github.com/aio-libs/sort-all
rev: ... # select the tag or revision you want, or run `pre-commit autoupdate`
Expand Down

0 comments on commit 5d8f20f

Please sign in to comment.