Skip to content

Commit

Permalink
Fix packaging dependencies in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Apr 5, 2024
1 parent a3001e2 commit 971db4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
exclude: grammars
- id: check-merge-conflict
- repo: https://github.com/PyCQA/flake8
rev: 3.8.4
rev: 5.0.4
hooks:
- id: flake8
name: Check project styling
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ passenv = GITHUB_*
[testenv:packaging]
deps =
twine
setuptools
wheel
commands =
python setup.py sdist bdist_wheel --universal
twine check dist/*
Expand Down

0 comments on commit 971db4c

Please sign in to comment.