added dependencies to pypi yaml

This commit is contained in:
Schmieder, Jacob
2024-05-07 08:06:17 +00:00
parent 141517d097
commit 1fe93497e1
+4
View File
@@ -42,6 +42,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install setuptools wheel
- name: Build source distribution
run: python3 setup.py sdist
- name: Store the distribution packages