Skip to content

Added script to fetch wheels [ci skip] #20928

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

Merged
merged 2 commits into from
May 14, 2018

Conversation

TomAugspurger
Copy link
Contributor

[ci skip]

@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented May 2, 2018

Trying to automate as much of the release process as possible.

@TomAugspurger TomAugspurger added this to the 0.23.0 milestone May 2, 2018
[ci skip]
@TomAugspurger
Copy link
Contributor Author

Merging later today if there are no objections.

@jreback jreback merged commit 36b8753 into pandas-dev:master May 14, 2018
@jreback
Copy link
Contributor

jreback commented May 14, 2018

thanks @TomAugspurger

@@ -0,0 +1,44 @@
"""Fetch wheels from wheels.scipy.org for a pandas version."""
import argparse
Copy link
Contributor

Choose a reason for hiding this comment

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

might need

#!/usr/bin/env python
# -*- coding: utf-8 -*-

dest.mkdir(exist_ok=True)

files = [x for x in root.xpath("//a/text()")
if x.startswith(f'pandas-{version}')
Copy link
Contributor

Choose a reason for hiding this comment

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

this only works on >= 3.6 (which is ok), but the linter is running this.

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

Successfully merging this pull request may close these issues.

3 participants