Skip to content

Commit

Permalink
build only sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 20, 2024
1 parent 94349dd commit 5ec3405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install build
- name: Build
run: python -m build
run: python -m build --sdist

- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 5ec3405

Please sign in to comment.