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.
setup-python
1 parent 5940dec commit 9ab4844Copy full SHA for 9ab4844
.github/workflows/ci.yml
@@ -141,10 +141,6 @@ jobs:
141
ref: ${{ github.sha }} # in case 'ref' (arg default) has been updated since start
142
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # so a 'git push' can trigger workflows
143
144
- - uses: actions/setup-python@v5
145
- with:
146
- python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
147
-
148
- uses: WIPACrepo/wipac-dev-next-version-action@main
149
id: next-version
150
with:
0 commit comments