We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bde579 commit debbeebCopy full SHA for debbeeb
1 file changed
.github/workflows/build_release.yml
@@ -87,7 +87,7 @@ jobs:
87
- api.funcaptcha.com (Arkose Labs)
88
- client-api.arkoselabs.com (Arkose Labs)
89
90
- Install: `pip install patchright@https://github.com/Hackerbone/patchright-python/releases/download/v${{ github.event.inputs.patchright_release }}/patchright-${{ github.event.inputs.patchright_release }}-py3-none-manylinux1_x86_64.whl`
+ Install: `pip install patchright@https://github.com/bugbasesecurity/patchright-python/releases/download/v${{ github.event.inputs.patchright_release }}/patchright-${{ github.event.inputs.patchright_release }}-py3-none-manylinux1_x86_64.whl`
91
files: dist/*.whl
92
draft: false
93
prerelease: false
0 commit comments