install setuptools

pull/685/head
Nicco Kunzmann 2024-07-03 15:25:28 +01:00
rodzic 503f8c4273
commit 5d54842d2a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -83,7 +83,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel twine
pip install wheel twine setuptools
- name: Build distribution files
run: python setup.py bdist_wheel sdist
- name: Check distribution files
@ -115,7 +115,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel twine
pip install wheel twine setuptools
- name: Check the tag
run: |
PACKAGE_VERSION=`python setup.py --version`