From 52df5b98942c3eb8c4122170415255c8141cb824 Mon Sep 17 00:00:00 2001 From: Eoghan O'Connell Date: Fri, 13 Oct 2023 14:34:46 +0200 Subject: [PATCH] ci: deploy updated to py3.x --- .github/workflows/deploy_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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