From f93b7cc128ed0431b07eb18aa535b54df013c34b Mon Sep 17 00:00:00 2001 From: William Ronchetti Date: Wed, 6 Jan 2021 09:16:43 -0500 Subject: [PATCH] attempt fix again --- .github/workflows/main-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index 7d8824a59..9b2e0ea45 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -24,6 +24,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: 3.6 - name: Publish env: PYPI_USER: ${{ secrets.PYPI_USER }}