Skip to content

Commit

Permalink
update build process in pypi.yaml (PEP518)
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 24, 2023
1 parent 624dc25 commit e28b1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine setuptools-scm[toml]
pip install build twine
- name: Build distribution
run: python setup.py sdist bdist_wheel
run: python -m build

- name: Publish to PyPI Test
env:
Expand Down

0 comments on commit e28b1f5

Please sign in to comment.