We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0515dbd commit 793c8feCopy full SHA for 793c8fe
.github/workflows/release_n_deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
password: ${{ secrets.test_pypi_password }}
43
repository-url: https://test.pypi.org/legacy/
44
45
- - name: Sleep for 120 seconds to give Test PyPI time to update the search index
+ - name: Sleep for 120 seconds to give Test PyPI time to update
46
run: sleep 120
47
48
verify-test-pypi:
@@ -65,6 +65,7 @@ jobs:
65
pip install \
66
--index-url https://test.pypi.org/simple/ \
67
--extra-index-url https://pypi.org/simple \
68
+ --no-cache-dir \
69
torch-lr-finder==${{ github.ref_name }}
70
71
release:
0 commit comments