Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,12 @@ jobs:
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.12"
- name: Run release-identity checker regressions
- name: Run release identity and artifact regressions
run: >-
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest
tests/test_check_release_identity.py -v
tests/test_check_release_identity.py
tests/test_release_artifacts.py
-v
- name: Assert prepared version and external tag input
run: python3 scripts/check_release_identity.py --tag v0.2.0
- name: Prove published baseline and exact packaged install identity
Expand Down
Loading
Loading