Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a workflow to publish to PyPI #307

Open
c-bata opened this issue Dec 8, 2022 · 1 comment
Open

Fix a workflow to publish to PyPI #307

c-bata opened this issue Dec 8, 2022 · 1 comment
Labels
bug Something isn't working no-stale Exempt from stale bot

Comments

@c-bata
Copy link
Member

c-bata commented Dec 8, 2022

Description

Fix a GitHub workflow to publish to PyPI.

How to Reproduce

See https://github.com/optuna/optuna-dashboard/actions/runs/3647435286

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

@c-bata c-bata added the bug Something isn't working label Dec 8, 2022
@c-bata
Copy link
Member Author

c-bata commented Dec 8, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-stale Exempt from stale bot
Projects
None yet
Development

No branches or pull requests

2 participants