1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Build with PEP 517

This commit is contained in:
Unrud 2022-07-03 12:29:51 +02:00
parent e26fd1ed65
commit d087a1278b

View file

@ -12,9 +12,9 @@ jobs:
with:
python-version: 3.x
- name: Install build dependencies
run: pip install setuptools wheel
run: pip install build
- name: Build
run: python setup.py sdist bdist_wheel
run: python -m build --sdist --wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with: