Remove stale references to setup.py

This commit is contained in:
Hugo Osvaldo Barrera 2025-08-28 22:57:55 +02:00
parent 8803d5a086
commit bc3fa8bd39

View file

@ -4,8 +4,10 @@
image: alpine/edge
packages:
- py3-build
- py3-pip
- py3-setuptools
- py3-setuptools_scm
- py3-wheel
- twine
sources:
@ -23,5 +25,5 @@ tasks:
git describe --exact-match --tags || complete-build
- publish: |
cd vdirsyncer
python setup.py sdist bdist_wheel
python -m build --no-isolation
twine upload --non-interactive dist/*