diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 11aa476..0f1ae85 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -42,8 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install package run: | - python3 -m pip install -U pip setuptools wheel - python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe + python3 -m pip install -U --index-url https://test.pypi.org/simple/ scraibe # publish-to-pypi: