diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index df3290a..34e8b3c 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.12" - - run: pip install twine wheel + - run: python -m pip install --upgrade setuptools twine wheel - run: python setup.py sdist bdist_wheel - run: | python -m twine upload \