Skip to content

Commit

Permalink
Merge pull request #828 from CoffeaTeam/update-build
Browse files Browse the repository at this point in the history
build: use hatch to build release instead of setup.py
  • Loading branch information
lgray committed Jun 4, 2023
2 parents 492e38d + 4db8b37 commit 14e3bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build package for PyPI
run: |
python -m pip install --upgrade pip setuptools wheel
python setup.py sdist bdist_wheel --universal
python -m pip install pip hatch --upgrade
python -m hatch build -t sdist -t wheel
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.6
with:
Expand Down

0 comments on commit 14e3bd7

Please sign in to comment.