Skip to content

Commit

Permalink
build: update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Oct 2, 2024
1 parent 2b47410 commit dc363ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ usedevelop = true

[testenv:pypi]
commands =
python setup.py sdist bdist_wheel
python -m build
twine upload --skip-existing dist/*
deps =
setuptools>=43
setuptools_scm[toml]>=3.4
build
twine
wheel
skip_install = true

0 comments on commit dc363ac

Please sign in to comment.