Skip to content

Commit 9d49e28

Browse files
committed
fix dist build
1 parent f2dcbea commit 9d49e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
make typecheck
5353
- name: Build a followthemoney distribution
5454
run: |
55-
python setup.py sdist bdist_wheel
55+
python3 -m build --wheel
5656
- name: Publish followthemoney to PyPI
5757
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5858
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)