Skip to content

Commit 1a20e64

Browse files
committed
fix workflow
1 parent 8201ee7 commit 1a20e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install setuptools wheel
25+
pip install build
2626
- name: Build package
2727
run: |
28-
python setup.py sdist bdist_wheel # Could also be python -m build
28+
python -m build
2929
- name: Publish package distributions to PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)