Skip to content

Commit ed11c47

Browse files
committed
Update packaging command in CI
1 parent 505d776 commit ed11c47

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
python-version: 3.12
6767
- name: Build package
6868
run: |
69-
pip install wheel
70-
python setup.py sdist bdist_wheel
69+
python -m build --sdist --wheel .
7170
- name: Publish
7271
uses: pypa/gh-action-pypi-publish@v1.13.0
7372
with:

0 commit comments

Comments
 (0)