Conversation
|
@SutarPrasad Thanks for the suggestion in #283 . I guess the easiest way to check this is pushing to devel and creating a tag ? |
|
Hi @lionel42 , You can comment out the part that says to only trigger on devel and add the --dry-run flag to the publishing part, then test it on this branch. Once it's confirmed, we can easily revert it. |
|
Seemed successful on https://github.com/openghg/fluxie/actions/runs/23182721819/job/67359133152?pr=285 |
|
@SutarPrasad Let me know if okay for you |
|
were you able to test pip install fluxie / uv add fluxie to see if it worked as expected? |
As I understood the dry run is only simulating the publishing and not doing the publishing itself right ? Or am I missunderstanding something ? |
yes correct. for testing purposes |
|
So it worked fine on the previous deployement attempt |
I also added this repo to the trusted publishers on pypi.
I tested build locally.