Skip to content

Commit

Permalink
build: don't use outdated build method
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Sep 2, 2023
1 parent b149580 commit df66b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
with:
python-version: '3.11'
architecture: x64
- run: pip install -r requirements_test.txt
- run: python setup.py bdist_wheel sdist
- run: pip install build
- run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit df66b73

Please sign in to comment.