Skip to content

Commit eeb478f

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ 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 pip install -U pip build
70+
python -m build --sdist --wheel .
7171
- name: Publish
7272
uses: pypa/gh-action-pypi-publish@v1.13.0
7373
with:

0 commit comments

Comments
 (0)