Skip to content

Commit

Permalink
chore: depreciate setup.py in favour of pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Mar 25, 2024
1 parent 4de86d4 commit 4d5beae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pip install wheel
- name: Build
run:
python setup.py sdist bdist_wheel
python -m build
- name: Publish
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 4d5beae

Please sign in to comment.