-
Notifications
You must be signed in to change notification settings - Fork 729
0.3.2 point release. #354
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
0.3.2 point release. #354
Conversation
be38af3
to
d2084ae
Compare
For reference, updated |
@ezyang -- I do not have permissions to upload to S3, is that the case? I see the following errors in the build.
And I do not see |
I've added you to pytorch-builders which should give you permissions to do so |
d2084ae
to
0765854
Compare
@ezyang -- The tests now pass :) However, when I publish the wheels, I get an access denied error, see below. Note that the file does exist.
as done here. |
You need write access to the pytorch S3 bucket. @soumith can hook you up. |
@vincentqb You should now have access to push to the pytorch S3 bucket |
@ezyang I've generated the wheels and pushed them on pypi. For conda, |
It looks like you waited too long and the release builds got GC'ed, at least, that's what this seems to suggest: https://anaconda.org/pytorch-nightly/torchaudio/files?page=3 |
8566a15
to
838d8cd
Compare
Good point, reran CircleCI. Upload is currently failing though. |
We may be out of space on the org again. anaconda/anaconda-client#501 describes some situations which cause failure |
from comment to
|
838d8cd
to
f5e756a
Compare
Triggering upload worked this time. Successfully pushed to conda. |
Binaries are now available. Self-approving PR and merging. |
Create 0.3.2 point release.
gh-pages
branch using the0.3.2
branch. (see here for 0.6)Permissions needed for point release:
Need CircleCI secrets?Fixes #338.
cc @seemethere