Skip to content

Commit 3fbacea

Browse files
committed
changed publish.yml to used pyproject.toml
1 parent bc5118f commit 3fbacea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install setuptools wheel
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
3131
with:

0 commit comments

Comments
 (0)