brightway-lca / brightway2-ui

a command line tool for brightway
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

CI/CD actions fail when publishing packages #31

Closed tngTUDOR closed 7 months ago

tngTUDOR commented 7 months ago

Current

When the package building actions to publish conda packages are called one after the other (one for bw25ui and the other for bw2ui) the second called action fails with "re-login" issues:

You are not logged in
Using Anaconda API: https://api.anaconda.org/
Warning: RNING] It appears you are already logged in from host fv-az1245-974
Warning:  Logging in again will remove the previous token. (This could cause troubles with virtual machines with the same hostname)
Warning:  Otherwise you can login again and specify a different hostname with "--hostname"
Error:  EOF when reading a line
Would you like to continue [Y|n]: 
Error: Process completed with exit code 1.

Expected

Both actions work.

tngTUDOR commented 7 months ago

it took some guessing and commit spree, but its fixed now