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 75c44d2 commit 591c59dCopy full SHA for 591c59d
.github/workflows/main.yml
@@ -192,7 +192,7 @@ jobs:
192
path: dist
193
- name: Create GitHub Release
194
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
195
- uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
+ uses: ncipollo/release-action@98d25d4189e9b6cee19b8635b1ea5cc39c158a41 # v1.19.2
196
with:
197
name: pytest-asyncio ${{ needs.lint.outputs.version }}
198
artifacts: dist/*
0 commit comments