Skip to content

Commit

Permalink
use build module to build distribution
Browse files Browse the repository at this point in the history
xmatthias committed Dec 30, 2023
1 parent bc13618 commit 6866c9c
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
@@ -199,8 +199,8 @@ jobs:

- name: Build distribution
run: |
pip install -U setuptools wheel
python setup.py sdist bdist_wheel
pip install -U build
python -m build --sdist --wheel
- name: Publish to PyPI (Test)
uses: pypa/[email protected]

0 comments on commit 6866c9c

Please sign in to comment.