Skip to content

Commit

Permalink
use python build
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 25, 2024
1 parent d13061e commit d428981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Deploy to PYPI

on:
workflow_dispatch:
Expand Down Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build
- name: Build sdist
run: python setup.py sdist bdist_wheel
run: python -m build --sdist
- uses: actions/upload-artifact@v4
with:
name: dist
Expand Down

0 comments on commit d428981

Please sign in to comment.