diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99a5754..e1d16d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: python-version: '3.12' - name: Install pipenv - run: python -m pip install --upgrade twine wheel + run: python -m pip install --upgrade twine wheel setuptools - name: Get version run: |