Skip to content

Commit

Permalink
build: use the build lib to create the wheel (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Dec 28, 2023
1 parent 8da3d1c commit 0735d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: install dependencies
run: pip install build
- name: Build package
run: |
pip install wheel
python setup.py sdist bdist_wheel
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
Expand Down

0 comments on commit 0735d45

Please sign in to comment.