Skip to content

Commit

Permalink
Merge pull request #63 from matsui528/publish
Browse files Browse the repository at this point in the history
Set --sdist option for building the library
  • Loading branch information
matsui528 authored Nov 22, 2023
2 parents 9652fc9 + ea3a7fb commit 938f814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build package
run: |
python -m build
python -m build --sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 938f814

Please sign in to comment.