Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Conversation

@mattip
Copy link
Contributor

@mattip mattip commented Jun 15, 2021

Port pytorch/vision#3998 and pytorch/vision#4053 so that adding a tag will trigger a documentation build-and-upload. The problem was that the upload depends on both the wheel and the build_docs builds, but those did not have the correct filter so they were not running.

@mattip
Copy link
Contributor Author

mattip commented Jun 15, 2021

It would be nice to see this merged before the next tag event, to make sure the docs are now building (the last few tags did not generate docs)

@mattip
Copy link
Contributor Author

mattip commented Jun 15, 2021

I am pretty sure this needs to be backported to the 0.10 branch

@mattip
Copy link
Contributor Author

mattip commented Jun 15, 2021

hmm, binary_linux_wheel_py3.8 did not trigger?

Edit: fixed in ae129fa

@malfet malfet merged commit a0a015a into pytorch:master Jul 26, 2021
@parmeet
Copy link
Contributor

parmeet commented Jul 26, 2021

Looks like this merge is causing build_docs to fail? https://app.circleci.com/pipelines/github/pytorch/text/3664/workflows/4a92d4fa-4cbc-46da-af5b-b5d75176acc9/jobs/116759 @malfet @mattip

@malfet
Copy link
Contributor

malfet commented Jul 27, 2021

I don't think this PR could have broken anything, it just docs build has not been running for non-tagged builds. Looking into the failures now.
Failure is due to conda changing its default python version from 3.8 to 3.9. Should be fixed by #1365

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants