diff --git a/.github/workflows/deploy_pypi.yml b/.github/workflows/deploy_pypi.yml index 9087624..e99c597 100644 --- a/.github/workflows/deploy_pypi.yml +++ b/.github/workflows/deploy_pypi.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.x' - name: Install dependencies run: | python -m pip install --upgrade pip