scientific-python / upload-nightly-action

This action is used to upload nightly builds of your package.
https://anaconda.org/scientific-python-nightly-wheels
BSD 3-Clause "New" or "Revised" License
7 stars 10 forks source link

Request access for pydata-sphinx-theme #82

Closed larsoner closed 5 months ago

larsoner commented 5 months ago

@matthewfeickert I made some progress following your checklist from #80:

Let me know if you need other stuff! I assume adding this package is uncontroversial 🙂 And I talked to @drammock who maintains PST and am adding CI infra in https://github.com/pydata/pydata-sphinx-theme/pull/1867.

tupui commented 5 months ago

I will do the next steps now 😃

tupui commented 5 months ago

@larsoner all done

You should have admin access to: https://anaconda.org/scientific-python-nightly-wheels/pydata-sphinx-theme

So using your Anaconda personal token should allow you to upload new wheels 😃

FYI you can manually test in the CLI with

anaconda -t sc-... upload -u scientific-python-nightly-wheels pydata_sphinx_theme-...-py3-none-any.whl

Closing, but let me know if anything is not working.

larsoner commented 5 months ago

Awesome thanks @tupui !