added dependencies to pypi yaml
This commit is contained in:
@@ -42,6 +42,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
|
pip install setuptools wheel
|
||||||
- name: Build source distribution
|
- name: Build source distribution
|
||||||
run: python3 setup.py sdist
|
run: python3 setup.py sdist
|
||||||
- name: Store the distribution packages
|
- name: Store the distribution packages
|
||||||
|
|||||||
Reference in New Issue
Block a user