Skip to content

Commit bc3fa8b

Browse files
committed
Remove stale references to setup.py
1 parent 8803d5a commit bc3fa8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

publish-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
image: alpine/edge
66
packages:
7+
- py3-build
78
- py3-pip
89
- py3-setuptools
10+
- py3-setuptools_scm
911
- py3-wheel
1012
- twine
1113
sources:
@@ -23,5 +25,5 @@ tasks:
2325
git describe --exact-match --tags || complete-build
2426
- publish: |
2527
cd vdirsyncer
26-
python setup.py sdist bdist_wheel
28+
python -m build --no-isolation
2729
twine upload --non-interactive dist/*

0 commit comments

Comments
 (0)