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 2ea3c4f commit 16b2bc5
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 @@ -5,7 +5,7 @@ repos:
- id: trailing-whitespace
- 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 @@ -20,6 +20,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 16b2bc5

Please sign in to comment.