Skip to content

Commit ef169e7

Browse files
authored
Update publish-pypi.yml (#1109)
1 parent 5cb22ca commit ef169e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -e .[test]
27-
python setup.py sdist --formats=gztar bdist_wheel
27+
python -m build
2828
git describe --tag --dirty --always
2929
- name: Publish distribution 📦 to Test PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2

0 commit comments

Comments
 (0)