From bc3fa8bd392d9d8a32e150105767238db8d5a6e8 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 28 Aug 2025 22:57:55 +0200 Subject: [PATCH] Remove stale references to setup.py --- publish-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/publish-release.yaml b/publish-release.yaml index 0ea9fa4..edee2ae 100644 --- a/publish-release.yaml +++ b/publish-release.yaml @@ -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/*