File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 python -m build
2929
3030 - name : Publish
31- uses : pypa/gh-action-pypi-publish@v1.10.0
31+ uses : pypa/gh-action-pypi-publish@v1.12.2
3232 with :
3333 user : __token__
3434 password : ${{ secrets.PYPI_KEY }}
Original file line number Diff line number Diff line change 7474 # Disabled for now with false &&
7575 - name : Upload to Codecov
7676 if : false && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9 && matrix.sphinx == '~=7.0' && github.repository == 'executablebooks/sphinx-book-theme' && github.event_name == 'pull_request'
77- uses : codecov/codecov-action@v3.1.4
77+ uses : codecov/codecov-action@v5.0.7
7878 with :
7979 name : ebp-sbt-pytests-py3.7
8080 flags : pytests
@@ -124,7 +124,7 @@ jobs:
124124 assert len(unexpected) == 0, unexpected
125125
126126 - name : Audit with Lighthouse
127- uses : treosh/lighthouse-ci-action@10 .1.0
127+ uses : treosh/lighthouse-ci-action@12 .1.0
128128 with :
129129 configPath : " .github/workflows/lighthouserc.json"
130130 temporaryPublicStorage : true
You can’t perform that action at this time.
0 commit comments