mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove stale references to setup.py
This commit is contained in:
parent
8803d5a086
commit
bc3fa8bd39
1 changed files with 3 additions and 1 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue