Skip to content

Commit a80ac15

Browse files
authored
Change the command used in the workflow to avoid ignoring html files (#547)
1 parent 3677aac commit a80ac15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install setuptools wheel
3434
- name: Build package
35-
run: python setup.py sdist bdist_wheel
35+
run: python -m build
3636
- name: Publish package
3737
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:

0 commit comments

Comments
 (0)