From 58b3c6eb164d9ba489132843dca6faf0528b8cb8 Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld Date: Fri, 16 Oct 2020 18:17:13 +0200 Subject: [PATCH] Deploy to PYPI with Python 3.8 --- .github/workflows/deploypypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploypypi.yml b/.github/workflows/deploypypi.yml index 00f730b..62411ff 100644 --- a/.github/workflows/deploypypi.yml +++ b/.github/workflows/deploypypi.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: '3.x' + python-version: '3.8' - name: Install project dependencies run: | python -m pip install --upgrade pip