mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update build-system to use "build" insead of "setup.py"
This commit is contained in:
parent
b178cc5f31
commit
8d231dbf31
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -450,8 +450,8 @@ jobs:
|
|||
|
||||
- name: Build distribution
|
||||
run: |
|
||||
pip install -U setuptools wheel
|
||||
python setup.py sdist bdist_wheel
|
||||
pip install -U build
|
||||
python -m build --sdist --wheel
|
||||
|
||||
- name: Upload artifacts 📦
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user