-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
542da91
commit 288661e
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,18 +36,6 @@ jobs: | |
- name: Run fast tests | ||
run: | | ||
hatch -v run test -m "not slow" | ||
# - name: Commit and push coverage JSON to GitHub pages | ||
# if: matrix.python-version == '3.11' # Only run for Python 3.11 | ||
# run: | | ||
# git config --global user.name "GitHub Actions" | ||
# git config --global user.email "[email protected]" | ||
# git fetch origin gh-pages | ||
# git checkout -f gh-pages origin/gh-pages | ||
# # git checkout ${{ github.ref_name }} | ||
# # git pull origin coverage --rebase | ||
# git add coverage.json | ||
# git commit -m "Update coverage badge" | ||
# git push origin gh-pages | ||
publish: | ||
name: Publish to PyPI | ||
|