Skip to content

Commit

Permalink
ci: meta-deps in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyersturnbull committed Aug 12, 2022
1 parent 6fb9f83 commit 6f63270
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install build meta-dependencies
run: |
pip install 'poetry>=1.1,<2' 'tox>=3,<4' 'wheel>=0.37,<1.0'
- name: Build sdists and wheels with Poetry
run: |
poetry build
Expand Down
46 changes: 23 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ grayskull = "^1.4"

[tool.poetry.dev-dependencies]
bandit = "^1.7"
flake8 = "^4"
flake8 = "^5"
flake8-bugbear = ">=22"
flake8-comprehensions = "^3"
flake8-docstrings = "^1.6"
Expand Down

0 comments on commit 6f63270

Please sign in to comment.