update action doesn't work properly #76
Unanswered
takuma-competition
asked this question in
Q&A
Replies: 1 comment
-
Hey there 👋 Thank you for creating a discussion. So, from your HTML page, I can see the link is broken :
In the second You can fix the site by removing this weird Can you let me know what's the input value you used in the github action |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created my own authenticated pypi using this repository as a reference.
After publishing my own library with register, I used pip and it worked.
However, when I upgraded the version of that library and performed an update, I could no longer search with pip.
Can you give me some hints to solve this?
error
Looking in indexes: https://pypi.org/simple, https://01ive-co-jp.github.io/olive-hosted-pypi/
Collecting pulse-wave-analysis-library==0.0.3
ERROR: HTTP error 404 while getting https://01ive-co-jp.github.io/olive-hosted-pypi/pulse-wave-analysis-library/git%2Bb%28%27https%3A/github.com/01ive -co-jp/pulse-wave-analysis-library%27@0.0.3#egg=pulse-wave-analysis-library-0.0.3 (from https://01ive-co-jp.github.io/olive- hosted-pypi/pulse-wave-analysis-library/)
ERROR: Could not install requirement pulse-wave-analysis-library==0.0.3 from https://01ive-co-jp.github.io/olive-hosted-pypi/pulse-wave-analysis-library/git%2Bb %28%27https%3A/github.com/01ive-co-jp/pulse-wave-analysis-library%27@0.0.3#egg=pulse-wave-analysis-library-0.0.3 because of HTTP error 404 Client Error: Not Found for url: https://01ive-co-jp.github.io/olive-hosted-pypi/pulse-wave-analysis-library/git%2Bb%28%27https%3A/github.com/01ive -co-jp/pulse-wave-analysis-library%27@0.0.3 for URL https://01ive-co-jp.github.io/olive-hosted-pypi/pulse-wave-analysis-library/git% 2Bb%28%27https%3A/github.com/01ive-co-jp/pulse-wave-analysis-library%27@0.0.3#egg=pulse-wave-analysis-library-0.0.3 (from https:/ /01ive-co-jp.github.io/olive-hosted-pypi/pulse-wave-analysis-library/)
Beta Was this translation helpful? Give feedback.
All reactions