Skip to content

Commit

Permalink
Merge pull request #48 from jlenain/fix-ci
Browse files Browse the repository at this point in the history
Fix CI for release deployment on PyPI
  • Loading branch information
jlenain authored Mar 6, 2024
2 parents 7af74f6 + e9bc036 commit edb1803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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
Expand Down

0 comments on commit edb1803

Please sign in to comment.