Skip to content

Commit

Permalink
fix release steps for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Oct 13, 2024
1 parent ccf4b25 commit 4d78da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
python-version: 3.12

- name: Install build requirements
run: python -m pip install wheel
run: python -m pip install wheel build

- name: Build package
run: python setup.py sdist bdist_wheel
run: python -m build

- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 4d78da3

Please sign in to comment.