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 b17c19b commit 39c014dCopy full SHA for 39c014d
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build package
32
run: python3 -m build
33
- name: Publish package
34
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
+ uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
requirements/web.txt
@@ -1,2 +1,2 @@
1
-selenium==4.9.0
+selenium==4.9.1
2
undetected-chromedriver==3.4.6
0 commit comments