chore: reimplement Python script for copying artifacts#155
Conversation
|
Pushed 663bbca to handle T1B1 JSONs correctly (since they don't have |
obrusvit
left a comment
There was a problem hiding this comment.
Just to check, we don't touch the "big" releases.json at the moment, right?
Correct - following this PR, CC: @karliatto |
|
It seems that some of this repository automation works only with |
|
It is also used by some scripts at https://github.com/trezor/trezor-firmware: |
Yes, we do not use |
|
Let's keep the |
shell.nix
Outdated
| git | ||
| python39 | ||
| nodePackages.prettier | ||
| python313Packages.click |
There was a problem hiding this comment.
| python313Packages.click | |
| python3Packages.click |
There was a problem hiding this comment.
Might even go as far as (python3.withPackages (p: [ p.click ])) but it can wait until we need second dependency.
|
Rebasing over |
77043b3 to
9600731
Compare
|
Tested by reproducing the last two releases using: |
3556279 to
cdf7cf9
Compare
Following #152.
Can be tested with 2.9.1 release by running:
Also removed the old script and
pyproject.toml(since dependencies can be installed via Nix).