We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WIPACrepo/wipac-dev-py-setup-action@keyerror-fix
1 parent 8d1ad49 commit b150241Copy full SHA for b150241
.github/workflows/cicd.yml
@@ -71,7 +71,7 @@ jobs:
71
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
72
ref: ${{ github.ref }} # dont lock to sha (action needs to push)
73
fetch-depth: 0 # setuptools-scm needs to access git tags
74
- - uses: WIPACrepo/wipac-dev-py-setup-action@v5.7
+ - uses: WIPACrepo/wipac-dev-py-setup-action@keyerror-fix
75
with:
76
mode: PACKAGING_AND_PYPI
77
pypi_name: 'wipac-dev-actions-testbed'
0 commit comments