PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Saturday the 23rd of May, 2020

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:37:13] <travis-ci> pypa/pip#16398 (master - 688e488 : Pradyun Gedam): The build was fixed.
[00:37:14] <travis-ci> Change view : https://github.com/pypa/pip/compare/90750eafb479...688e48837600
[00:37:14] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690224283
[01:29:23] <travis-ci> pypa/pip#16403 (master - f0e2f7f : Pradyun Gedam): The build passed.
[01:29:23] <travis-ci> Change view : https://github.com/pypa/pip/compare/688e48837600...f0e2f7f39ebe
[01:29:24] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690233644
[09:16:29] <travis-ci> pypa/pip#16407 (master - db75ac5 : Stéphane Bidoul): The build passed.
[09:16:29] <travis-ci> Change view : https://github.com/pypa/pip/compare/f0e2f7f39ebe...db75ac558702
[09:16:29] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690299180
[11:42:10] <travis-ci> pypa/pip#16418 (master - 403310e : Pradyun Gedam): The build was canceled.
[11:42:10] <travis-ci> Change view : https://github.com/pypa/pip/compare/7e71ddb2290c...403310e9b56a
[11:42:10] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690324990
[12:04:57] <travis-ci> pypa/pip#16417 (master - 7e71ddb : Pradyun Gedam): The build passed.
[12:04:57] <travis-ci> Change view : https://github.com/pypa/pip/compare/f3a0bf8172c3...7e71ddb2290c
[12:04:57] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690323991
[12:10:14] <travis-ci> pypa/pip#16419 (master - 75b2800 : Pradyun Gedam): The build passed.
[12:10:14] <travis-ci> Change view : https://github.com/pypa/pip/compare/403310e9b56a...75b2800dec33
[12:10:14] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690325045
[12:11:44] <travis-ci> pypa/pip#16421 (master - 2876bf7 : Pradyun Gedam): The build passed.
[12:11:44] <travis-ci> Change view : https://github.com/pypa/pip/compare/d5265e24b7c3...2876bf755486
[12:11:44] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690325197
[12:11:57] <travis-ci> pypa/pip#16423 (master - c3203aa : Pradyun Gedam): The build passed.
[12:11:57] <travis-ci> Change view : https://github.com/pypa/pip/compare/94cb8f582cb8...c3203aa2826a
[12:11:57] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690325407
[13:24:59] <travis-ci> pypa/pip#16424 (master - 642fb07 : Pradyun Gedam): The build passed.
[13:24:59] <travis-ci> Change view : https://github.com/pypa/pip/compare/c3203aa2826a...642fb07337a0
[13:24:59] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690344745
[16:45:10] <travis-ci> pypa/pip#16433 (master - c36826a : Pradyun Gedam): The build passed.
[16:45:10] <travis-ci> Change view : https://github.com/pypa/pip/compare/642fb07337a0...c36826acf223
[16:45:10] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690404314
[16:46:53] <travis-ci> pypa/pip#16434 (master - f84f91a : Pradyun Gedam): The build passed.
[16:46:53] <travis-ci> Change view : https://github.com/pypa/pip/compare/c36826acf223...f84f91af27e1
[16:46:53] <travis-ci> Build details : https://travis-ci.org/pypa/pip/builds/690404993
[17:33:31] <ronny> anyone here firm on github actions/conditionals, im error-blind on whats preventing the release step for setuptools_scm to upload when a release was created
[17:48:03] <pradyunsg> ronny: link?
[17:49:27] <ronny> pradyunsg: https://github.com/pypa/setuptools_scm/pull/438 is where i currently edit it , as of now im error lind, and i dont want to go and createreleases live-debugging on master
[17:49:29] <ronny> *blind
[17:52:09] <ronny> afk for a bit, taking a new look after dinner
[18:39:38] <tos9> ronny: the release event has bad defaults
[18:39:56] <tos9> ronny: IIRC your issue is you need to specify you want to run on published releases
[18:40:04] <tos9> ronny: here's mine if you just want to copy paste: https://github.com/Julian/jsonschema/blob/master/.github/workflows/packaging.yml
[18:45:10] <ronny> tos9: but what do i do if i need the rest of the workflow to run always
[18:45:20] <tos9> ronny: what you have there looked fine
[18:45:27] <tos9> just guard the release with that if condition (I do that too)
[18:45:34] <tos9> ronny: https://github.com/Julian/jsonschema/blob/master/.github/workflows/packaging.yml#L34
[18:45:52] <tos9> I didn't really look carefully to be quite honest, but I know mine works, so if yours is different you should just be able to copy paste
[18:46:32] <tos9> yeah you have the same thing
[19:52:52] <travis-ci> pypa/packaging#958 (master - 19fbc45 : Gregory Szorc): The build passed.
[19:52:52] <travis-ci> Change view : https://github.com/pypa/packaging/compare/2a883ca86300...19fbc45b24ca
[19:52:53] <travis-ci> Build details : https://travis-ci.org/pypa/packaging/builds/690450292
[20:14:04] <ronny> tos9: yeah, it doesnt work right atm , will try tommorow
[20:14:43] <tos9> ronny: hm, interesting -- well, I fought with this for a bit so yeah I feel like I know how to do it, so feel free to ping me if you need a rubber duck tomorrow
[20:15:10] <tos9> (as I say, I do do all my releases for all my packages via `g release v0.2.3 && g push` at this point.
[20:15:12] <ronny> thanks for the offer,i hope for a sleep epiphany
[20:15:33] <tos9> :)
[20:15:45] <ronny> i typically create releases with the github ui atm
[20:15:56] <ronny> but if pushed tags work, the whatever
[20:16:09] <ronny> the ci platforms are a shameful disgrace anyway
[20:16:19] <tos9> that *should* be the same (the UI) because I think github creates annotated tags out of the web UI, but yeah dunno for sure on that part
[20:16:48] <tos9> and I will withhold my tongue on the last part given I have issues with all the software I use at this point :D
[20:24:38] <ronny> if thiskeeps up i will have to resurrect juggler
[20:25:41] <ronny> (juggler is a distributed couchdb driven ci system i created as part of my thesis in 2012/2013)