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.
1 parent 837b2bf commit 8cedca8Copy full SHA for 8cedca8
.github/workflows/main.yml
@@ -200,7 +200,7 @@ jobs:
200
path: dist
201
- name: Create GitHub Release
202
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
203
- uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1
+ uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
204
with:
205
name: pytest-asyncio ${{ needs.build.outputs.version }}
206
artifacts: dist/*
0 commit comments