ci: update action to pyproject toml workflow

This commit is contained in:
Alexander Engelsberger 2023-10-25 15:56:19 +02:00
parent 28ac5f5ed9
commit c99fdb436c
No known key found for this signature in database

View File

@ -65,9 +65,9 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install .[all] pip install .[all]
pip install wheel pip install build
- name: Build package - name: Build package
run: python setup.py sdist bdist_wheel run: python -m build . -C verbose
- name: Publish a Python distribution to PyPI - name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with: