8000 Update build & publish deps by dmtucker · Pull Request #148 · realpython/pytest-mypy · GitHub
[go: up one dir, main page]

Skip to content
10000

Update build & publish deps #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update publish env deps
  • Loading branch information
dmtucker committed Nov 22, 2022
commit 253ab8ef8334e322d7329aaf16a228f361b62591
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ testpaths = tests
[testenv:publish]
passenv = TWINE_*
deps =
build ~= 0.8.0
build[virtualenv] ~= 0.9.0
twine ~= 4.0.0
commands =
{envpython} -m build --outdir {distdir} .
Expand Down
0