You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run gh release download $(jq --raw-output .tag_name "$GITHUB_EVENT_PATH") -p '.whl' -p '.tar.gz' -D ./dist
release not found
Error: Process completed with exit code 1.
I confirmed that gh release download v0.8.0 -p '*.whl' -p '*.tar.gz' -D . /dist succeeded. So probably it was failed to get the release version.
Python version
None
Optuna version
None
optuna-dashboard version or git revision
None
Web browser
None
The text was updated successfully, but these errors were encountered:
Description
Fix a GitHub workflow to publish to PyPI.
How to Reproduce
See https://github.com/optuna/optuna-dashboard/actions/runs/3647435286
I confirmed that
gh release download v0.8.0 -p '*.whl' -p '*.tar.gz' -D . /dist
succeeded. So probably it was failed to get the release version.Python version
None
Optuna version
None
optuna-dashboard version or git revision
None
Web browser
None
The text was updated successfully, but these errors were encountered: