Skip to content
Merged
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
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,6 @@ jobs:
python-version: "3.12"
- run: pip install build twine
- run: sh -n scripts/ci/check-docs-release-audit.sh
- name: Verify release recovery source contracts
env:
CONFORMANCE_BASE_REF: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}
run: |
arguments=()
if [ -n "$CONFORMANCE_BASE_REF" ]; then
arguments+=(--previous-ref "$CONFORMANCE_BASE_REF")
fi
python scripts/ci/release_recovery_consumer_conformance.py \
--contract scripts/ci/release-recovery-consumer-contract.json \
--adapter scripts/ci/release-recovery-consumer-adapter.json \
"${arguments[@]}"
python scripts/ci/test-component-release-recovery.py ConsumerContractIdentityRegressionTest
- run: python -m build
- name: Compare built release metadata with the exact source commit
run: python scripts/check_release_metadata.py --source-ref "$(git rev-parse HEAD)" --dist dist
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Publish to PyPI
run-name: >-
${{ (github.event_name == 'push' || inputs.publish) && 'Publish' || 'Build' }}
${{ inputs.release_tag || github.ref_name }}@${{ inputs.release_commit || github.sha }}
from ${{ inputs.release_plan || 'direct' }}

on:
push:
Expand All @@ -17,15 +16,10 @@ on:
type: string
default: ''
release_commit:
description: 'Expected commit for a release-plan publication'
description: 'Expected commit for publication'
required: false
type: string
default: ''
release_plan:
description: 'Immutable release-plan tag initiating this recovery run'
required: false
type: string
default: 'direct'
publish:
description: 'Publish the exact release tag to PyPI'
required: false
Expand Down
143 changes: 0 additions & 143 deletions .github/workflows/release-plan-recovery.yml

This file was deleted.

Loading
Loading