mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Build with PEP 517
This commit is contained in:
parent
f7fd323dea
commit
d8604becd0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pypi-publish.yml
vendored
4
.github/workflows/pypi-publish.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue