Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 5e427cf

Browse files
author
Mr-Milk
committed
use mordern build system
1 parent ca5f065 commit 5e427cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install setuptools wheel twine
22+
pip install setuptools wheel twine build
2323
2424
- name: Build and check
2525
run: |
26-
python setup.py sdist bdist_wheel
26+
python -m build
2727
twine check dist/*
2828
2929
- name: List dist

0 commit comments

Comments
 (0)