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 15df140 commit f63c409Copy full SHA for f63c409
.github/reusable-build/action.yml
@@ -38,4 +38,4 @@ runs:
38
run: |
39
pip install twine
40
twine check dist/*
41
- pip install dist/*.whl
+ pip install --extra-index-url https://pypi-nightly.tensorflow.org/simple dist/*.whl
0 commit comments