adafruit / Adafruit_IO_Python

Adafruit IO Python Client Library
Other
223 stars 97 forks source link

pyproject.toml migration #148

Open tekktrik opened 1 year ago

tekktrik commented 1 year ago

Resubmitting the same changes (plus a minor few extra) from #145, with the idea I'll follow through on getting it to pass CI as necessary (though I can't see the old logs anymore so this first one might just be to see what's still left):

Changes for migrating from setup.py to pyproject.toml. Changes include:

Resolves #143

tekktrik commented 1 year ago

Alright, this passes my copy of GitHub Actions on the local repo

tekktrik commented 1 year ago

@brentru are the secrets up to date for this repository? It's failing pretty much all the unittests despite passing locally as well as in my fork with my credentials.

tekktrik commented 1 year ago

Actually, I think it's because secrets aren't available to non-authorized users in PRs, I ran into this for Adabot PRs.

brentru commented 1 year ago

@tekktrik I'm ok cleaning up the user access on this, could you email me/discord me what permissions need to be set in order for you to complete this migration?

tekktrik commented 1 year ago

Sure!

brentru commented 10 months ago

@tekktrik Could you take another look at this PR? I am not sure what it needs exactly.

tekktrik commented 9 months ago

I'll try to take another look within the next couple weeks. I put things down for a few months and am picking back up now.

tekktrik commented 8 months ago

I'll resolve the merge conflicts and update a few things this weekend and give it another shot. I can send you what I think is needed in a list here or Discord if you prefer.