1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-07 18:06:14 +02:00

Don't invoke setup.py directly

This commit is contained in:
Hugo van Kemenade 2023-11-01 18:09:14 +02:00
parent 87c2a9db0a
commit 40e342e7c6

View File

@ -148,7 +148,6 @@ jobs:
- name: Build package
run: |
git tag
python setup.py --version
python -m build --sdist
twine check --strict dist/*
twine check --strict dist-wheels/*