Skip to content

Commit

Permalink
Merge pull request #58 from jlenain/issue-57
Browse files Browse the repository at this point in the history
Fix issue #57
  • Loading branch information
jlenain authored Apr 18, 2023
2 parents 3c67334 + 8068851 commit 708c6b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install dependencies
run: |
python --version
pip install -U pip setuptools wheel setuptools_scm[toml]
python setup.py sdist bdist_wheel
pip install -U build
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 708c6b7

Please sign in to comment.