<@U06A03HV1> I’m in the process of migrating `publ...
# development
a
@witty-crayon-22786 I’m in the process of migrating
publish
to be a
USES_ENVIRONMENTS
goal. It looks at the moment like I can’t specify the environment in the
await Effect
line. Is this intentional?
w
… hm, no. i think that there was actually an example of doing that.
a
oh, it’s there in
test
. OK. Interesting.
Any idea why these changes in
publish.py
might be failing to create a rule graph? I think I’ve covered off every request that needs an
EnvironmentName
? https://github.com/pantsbuild/pants/pull/17313/files#diff-6528f2481f61e86632138776b41eab67aca7b71e10e198ebaddbd807c8a0de5e
w
did you cover any that don’t need an
EnvironmentName
? that can also cause an error
a
I don’t think so?
let me check a couple of spots
Oh. I think I’ve figure it out.
(I have)
specified the wrong type for
local_environment.val
(🤦)
😅 1