File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 run : |
3131 poetry run pdoc src/wristpy -o docs_build -t docs/pdoc-theme --docformat google
3232 touch docs_build/.nojekyll
33- - uses : JamesIves/github-pages-deploy-action@v4
33+ - uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8
3434 with :
3535 folder : docs_build
Original file line number Diff line number Diff line change 4141 poetry build
4242
4343 - name : Publish to PyPi.
44- uses : pypa/gh-action-pypi-publish@release/v1
44+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
4545 with :
4646 user : __token__
4747 password : ${{ secrets.PYPI_KEY }}
Original file line number Diff line number Diff line change 1010jobs :
1111 unit :
1212 runs-on : ${{ matrix.os }}
13- permissions :
13+ permissions :
1414 contents : read
1515 checks : write
1616 pull-requests : write
5353 --verbose
5454 shell : bash
5555 - name : Upload coverage to Codecov
56- uses : codecov/codecov-action@v5
56+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
5757 with :
5858 token : ${{ secrets.CODECOV_TOKEN }}
5959 verbose : true
You can’t perform that action at this time.
0 commit comments