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