Skip to content

Commit

Permalink
Merge branch 'SeleniumHQ:trunk' into test-mypy-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
navin772 authored Aug 13, 2024
2 parents 964d667 + f5f1c45 commit 5929978
Show file tree
Hide file tree
Showing 7 changed files with 984 additions and 604 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}

jobs:
github-release:
Expand All @@ -20,7 +21,6 @@ jobs:
- name: Extract version from branch name
id: extract_version
run: |
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
VERSION=$(echo $BRANCH_NAME | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Prep git
Expand Down
2 changes: 1 addition & 1 deletion py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ async-generator==1.10
attrs==23.2.0
certifi==2023.11.17
cffi==1.16.0
cryptography==42.0.7
cryptography==42.0.8
debugpy==1.8.1
h11==0.14.0
idna==3.7
Expand Down
Loading

0 comments on commit 5929978

Please sign in to comment.