Skip to content

Commit

Permalink
Merge pull request #60 from matsui528/build
Browse files Browse the repository at this point in the history
Use `python -m build` to build the library when uploading to pypi
  • Loading branch information
matsui528 authored Nov 13, 2023
2 parents 418b528 + 39c43b8 commit ad6a36a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install build
- name: Build package
run: |
python setup.py sdist
python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ad6a36a

Please sign in to comment.