Skip to content

Commit

Permalink
fix dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 8, 2025
1 parent f2dcbea commit 9d49e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
make typecheck
- name: Build a followthemoney distribution
run: |
python setup.py sdist bdist_wheel
python3 -m build --wheel
- name: Publish followthemoney to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 9d49e28

Please sign in to comment.