PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Wednesday the 13th of November, 2019

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[15:22:23] <sumanah> Hi joshuagl - I think we've talked a bit in email
[22:11:11] <cooperlees> EWDurbin / dstufft : very low pri - With GitHub Actions, can we turn off azure for bandersnatch please :D
[22:11:24] <cooperlees> I'm about to put a PR up with the rm of the yml
[22:11:33] <cooperlees> No idea if I need anything more done
[22:18:39] <di_codes> cooperlees: Do you mean turn off the Azure Pipelines integration for pypa/bandersnatch?
[22:25:01] <cooperlees> Yeah
[22:25:21] <cooperlees> Seems the PR stops it running but don’t know if there is anything else to cleanup ...
[22:31:06] <di_codes> cooperlees: It's enabled across all pypa repos, so I don't think any additional action is necessary.
[22:35:08] <cooperlees> Ok, awesome.
[22:35:23] <cooperlees> (I'm a big tech debt / cleaning guy so just wanted to make sure)
[22:35:29] <cooperlees> Thanks
[22:35:35] <cooperlees> di_codes: ^^
[23:17:47] <techalchemy> cooperlees, can you link to the relevant actions config?
[23:17:54] <techalchemy> whenever it works anyway
[23:18:05] <cooperlees> techalchemy: sure - Grabbing
[23:18:29] <cooperlees> Working on an action to auto upload a release to PyPI when I cut a new GitHub release :)
[23:18:31] <techalchemy> been meaning to actually get around to investigating github actions for ages already :p
[23:18:45] <techalchemy> cooperlees, i have that configured on azure but it was painful
[23:19:04] <techalchemy> like 45 minutes of clicking even after i knew what i was doing painful
[23:19:19] <cooperlees> https://github.com/pypa/bandersnatch/blob/master/.github/workflows/pythonpackage.yml
[23:19:39] <techalchemy> oh wow
[23:19:41] <cooperlees> I'm going to try and basically do that yml, install twine and set the env var for my API token
[23:19:48] <cooperlees> techalchemy: I'm liking actions
[23:19:56] <cooperlees> Look at my commits - got rid of azure
[23:19:59] <techalchemy> yeah that is so nice
[23:20:19] <techalchemy> looks incredibly straightforward
[23:20:57] <techalchemy> I had talked with some of the github team recently about some of the features they are working on & they offered to set up automatic token revocation if people publicly commit their pypi tokens etc
[23:22:00] <techalchemy> we talked about lots of other ideas that nobody has bandwidth for atm I'm sure :) but i like what they are doing
[23:37:18] <cooperlees> techalchemy: Here is my attempt - Haven't tested yet. Might land it with upload to test PyPI and created a BS version and see if it works
[23:37:19] <cooperlees> https://github.com/pypa/bandersnatch/pull/356
[23:37:52] <cooperlees> If that works, it's glorious!
[23:39:50] <techalchemy> oh snap