Skip to content

Commit a9965e0

Browse files
authored
💚 fix publish workflow (#64)
1 parent 51530d1 commit a9965e0

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
@@ -41,7 +41,7 @@ jobs:
4141
pip install build setuptools wheel
4242
- name: Build a binary wheel and a source tarball
4343
id: build
44-
run: python3 build --sdist --wheel --outdir dist/ .
44+
run: python3 -m build --sdist --wheel --outdir dist/ .
4545
- name: Publish distribution package to Test PyPI
4646
id: publish_test
4747
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)