foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
324 stars 173 forks source link

Automatic uploads to registry #2344

Open THenry14 opened 3 months ago

THenry14 commented 3 months ago

Which components does the task require to be changed? (think hard pls)

snforge, sncast

Description

Since the registry is up (scarbs.xyz) we should think about automatically uploading new versions to it on our CI. For now this can be achieved by curl. After scarb 2.8.0 there should be support for uploads using it.

THenry14 commented 1 month ago

Child issues:

https://github.com/foundry-rs/starknet-foundry/issues/2462 (Remove scarb version constraint for foundry_std registry uploads) https://github.com/foundry-rs/starknet-foundry/issues/2463 (Add publish workflow for snforge_scarb_plugin)