mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Update pypi.yml
This commit is contained in:
parent
647e942a35
commit
54ad3f6d3b
3
.github/workflows/pypi.yml
vendored
3
.github/workflows/pypi.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install wheel setuptools
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Build package
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
Loading…
Reference in New Issue
Block a user