Skip to content

Commit

Permalink
only build on 3.7-3.10 for mac (#165)
Browse files Browse the repository at this point in the history
* only build on 3.7-3.10 for mac

* add back in conditional

* update pyproject
  • Loading branch information
akaszynski authored Oct 14, 2022
1 parent 54b734d commit 1f8c3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f8c3ee

Please sign in to comment.