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

automatically download and upload circleci wheels #7949

Merged
merged 1 commit into from Jan 2, 2023
Merged

Conversation

reaperhulk
Copy link
Member

partially tested but not end to end. I need to dig up an offset where I can grab a pipeline with a tag to see if it all works.

@reaperhulk reaperhulk linked an issue Dec 31, 2022 that may be closed by this pull request
@reaperhulk reaperhulk added this to the Thirty Ninth Release milestone Dec 31, 2022
release.py Show resolved Hide resolved
release.py Outdated Show resolved Hide resolved
release.py Outdated Show resolved Hide resolved
@reaperhulk
Copy link
Member Author

(Comments addressed, everything tested except the == version match on the tag now)

release.py Outdated Show resolved Hide resolved
release.py Outdated Show resolved Hide resolved
release.py Outdated Show resolved Hide resolved
release.py Outdated Show resolved Hide resolved
release.py Outdated
for url in urls:
name = url.split("/")[-1]
response = session.get(
url,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SSRF? lolsob

@reaperhulk reaperhulk marked this pull request as ready for review January 2, 2023 02:10
@alex alex enabled auto-merge (squash) January 2, 2023 02:11
@alex alex merged commit 84a3cd7 into pyca:main Jan 2, 2023
@reaperhulk reaperhulk deleted the circle branch January 2, 2023 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Handle CircleCI wheels in release.py
2 participants