Skip to content

Commit 7c5bdea

Browse files
authored
Remove stale install wheel release validation (#88)
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 911e5ef commit 7c5bdea

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci-install-built-wheel.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,3 @@ jobs:
4141

4242
- name: Run install-built-wheel tests
4343
run: python3 -m unittest tests/test_install_built_wheel.py
44-
45-
release-validation:
46-
if: github.event_name == 'pull_request'
47-
needs: test
48-
uses: ./.github/workflows/release-rust-python-package.yaml
49-
with:
50-
tag: retry-with-backoff-v0.3.0
51-
repository: testpypi
52-
publish_enabled: false

0 commit comments

Comments
 (0)