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

upload wheels from main to TestPyPI #6660

Merged
merged 7 commits into from
Jun 6, 2022
Merged

upload wheels from main to TestPyPI #6660

merged 7 commits into from
Jun 6, 2022

Conversation

keewis
Copy link
Collaborator

@keewis keewis commented Jun 3, 2022

This adds a new workflow that uploads every commit to main as a new wheel to TestPyPI. No tests, though, so those wheels might be broken (but that's fine, I guess).

Should we document this somewhere, like the install guide?

Copy link
Member

@andersy005 andersy005 left a comment

Choose a reason for hiding this comment

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

Thank you, @keewis!

@dcherian
Copy link
Contributor

dcherian commented Jun 3, 2022

Nice work.

Should we document this somewhere, like the install guide?

Yes!

@keewis
Copy link
Collaborator Author

keewis commented Jun 5, 2022

Not sure about the section in whats-new.rst (I put it in "New Features"), but otherwise this should be ready to go now.

The only thing I'm not too happy about is that there's a lot of code that's duplicated from the official release CI. Maybe we can merge those two in a future PR?

@andersy005
Copy link
Member

Maybe we can merge those two in a future PR?

👍🏽

@andersy005 andersy005 added the plan to merge Final call for comments label Jun 6, 2022
@keewis
Copy link
Collaborator Author

keewis commented Jun 6, 2022

let's go ahead and merge as that's the only way to see if the uploads actually succeed

@keewis keewis enabled auto-merge (squash) June 6, 2022 19:16
@keewis keewis merged commit 6a99f07 into pydata:main Jun 6, 2022
@keewis keewis deleted the testpypi branch June 6, 2022 19:49
dcherian added a commit to dcherian/xarray that referenced this pull request Jun 12, 2022
* main:
  pass kwargs through from save_mfdataset to to_netcdf (pydata#6686)
  Docs: indexing.rst finetuning (pydata#6685)
  use micromamba instead of mamba (pydata#6674)
  install the development version of `matplotlib` into the upstream-dev CI (pydata#6675)
  Add whatsnew section for v2022.06.0
  release notes for 2022.06.0rc0
  release notes for the pre-release (pydata#6676)
  more testpypi workflow fixes (pydata#6673)
  thin: add examples (pydata#6663)
  Update multidimensional-coords.ipynb (pydata#6672)
  try to finally fix the TestPyPI workflow (pydata#6671)
  pin setuptools in the modify script (pydata#6669)
  fix the python version for the TestPyPI workflow (pydata#6668)
  upload wheels from `main` to TestPyPI (pydata#6660)
  Set keep_attrs for flox (pydata#6667)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan to merge Final call for comments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish nightly releases to TestPyPI
3 participants