We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911e5ef commit 7c5bdeaCopy full SHA for 7c5bdea
1 file changed
.github/workflows/ci-install-built-wheel.yaml
@@ -41,12 +41,3 @@ jobs:
41
42
- name: Run install-built-wheel tests
43
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