Skip to content

Commit

Permalink
update workflow for pyproject.toml (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Nov 22, 2024
1 parent c2fa1d8 commit dd39d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
python -m pip install --upgrade build
- name: Build package
run: python setup.py sdist bdist_wheel
run: python -m build
- name: pypi-publish
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit dd39d0e

Please sign in to comment.