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

Have networkx use a personal token over org token #68

Closed matthewfeickert closed 9 months ago

matthewfeickert commented 9 months ago

@MridulS @jarrodmillman It looks like networkx is still uploading to https://anaconda.org/scientific-python-nightly-wheels using the org token.

image

Can we get you to switch to using a personal token? To do so we just need at least one of you (you're both admins of the NetworkX group) to do the following steps:

  1. Make a new personal Anaconda Cloud API token with permissions described in https://scientific-python.org/specs/spec-0004/#process-for-adding-new-projects

image

  1. Save the API token as the repo GitHub Actions secret networkx currenlty has named ANACONDA_NIGHTLY

Let me know here if you have any questions. :+1:

MridulS commented 9 months ago

Thanks for the ping! the action is using my personal token now :)

matthewfeickert commented 9 months ago

Thanks very much @MridulS!