File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,17 @@ jobs:
6363 # ###########################################################################
6464
6565 py-setup :
66+ if : ${{ github.actor != 'dependabot[bot]' }} # dependabot cannot access PAT
6667 runs-on : ubuntu-latest
6768 steps :
6869 - uses : actions/checkout@v4
6970 with :
7071 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
7172 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
73+ fetch-depth : 0 # setuptools-scm needs to access git tags
7274 - uses : WIPACrepo/wipac-dev-py-setup-action@v5.7
7375 with :
76+ mode : PACKAGING_AND_PYPI
7477 pypi_name : ' wipac-dev-actions-testbed'
7578 python_min : 3.12
7679 author : WIPAC Developers
8588 with :
8689 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8790 ref : ${{ github.ref }} # dont lock to sha (action needs to push)
91+ fetch-depth : 0 # setuptools-scm needs to access git tags
92+
8893 - uses : WIPACrepo/wipac-dev-py-dependencies-action@v3.0
8994
9095
You can’t perform that action at this time.
0 commit comments