From 1f8c3ee3815a9b5398d754f42c039cfdb362b249 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Thu, 13 Oct 2022 18:09:01 -0600 Subject: [PATCH] only build on 3.7-3.10 for mac (#165) * only build on 3.7-3.10 for mac * add back in conditional * update pyproject --- .github/workflows/testing-and-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index 15b338bd..06c102ff 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -79,7 +79,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 if: startsWith(github.ref, 'refs/tags/') with: - github_token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages folder: doc/build/html clean: true