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

[fork] on windows (Release) "release.py" urllib.error.HTTPError: HTTP Error 401: Unauthorized #3

Closed
istinnstudio opened this issue Dec 17, 2022 · 4 comments

Comments

@istinnstudio
Copy link

istinnstudio commented Dec 17, 2022

I have created a fork in order to build a windows (Release) with direct3d disabled. Local build was unsuccessful, several errors, so I have forked SkiaBuild in order to run the same actions as original, with 'skia_use_direct3d=false' and go on to build a new skija dll from there.
Trying to run current github actions, I get an authorization - permission error.

"release.py"
urllib.error.HTTPError: HTTP Error 401: Unauthorized
Error: Process completed with exit code 1.
##[debug]Finishing: Run python3 script/release.py --version m109-664500fa93 --build-type Release

Do we have any idea why?

@tonsky
Copy link
Contributor

tonsky commented Dec 17, 2022

release.py tries to publish to maven central and you have no credentials to do that

@istinnstudio
Copy link
Author

Ok! I see... there should be an obvious way to download the created zip file, I will check that out, but if there is a quick way to just download the zip and nothing else that would be useful for local builds, thanks!

@tonsky
Copy link
Contributor

tonsky commented Dec 18, 2022

Scroll down on the action page. I can see artifacts even in an incognito window

Screenshot 2022-12-19 at 00 41 06

@istinnstudio
Copy link
Author

I have commented out @ build.yml all related bash references to release.py
# - shell: bash
# run: python3 script/release.py
...
the action completed successfully (no errors)
and now the created file has a download link at the action page (like the screenshot), so this issue has been resolved.. , thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants