Skip to content

Commit

Permalink
updated auto-pub to use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Jul 31, 2024
1 parent ad86b79 commit 157f7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel
pip install build
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: pypi-publish
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 157f7f4

Please sign in to comment.