V4 - Add workflow file for publishing releases to immutable action package (#1084)

* add publish immutable action

* depricate ubuntu-20.04

* fix check failures

* fix check failures on older versions

* check failures fix for older versions

* check failure fix

* check failure fix

* compatable version update

* compatable version update for ubuntu-22.04 and windows

* fix

* update e2e tests format

* fomat update

* updated wording
This commit is contained in:
aparnajyothi-y 2025-04-17 20:09:32 +05:30 committed by GitHub
parent 3605726ffa
commit 7f4fc3e22c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 64 additions and 17 deletions

View file

@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, windows-latest, ubuntu-20.04, ubuntu-latest]
os: [macos-13, windows-latest, ubuntu-22.04, ubuntu-latest]
pypy:
- 'pypy-2.7'
- 'pypy-3.7'
@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, windows-latest, ubuntu-20.04, ubuntu-latest]
os: [macos-13, windows-latest, ubuntu-22.04, ubuntu-latest]
pypy: ['pypy2.7', 'pypy3.7', 'pypy3.8', 'pypy3.9-nightly']
steps: