Closed carrascomj closed 3 years ago
Merging #285 (2d97f9e) into devel (286ea97) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## devel #285 +/- ##
=======================================
Coverage 64.23% 64.23%
=======================================
Files 58 58
Lines 5576 5576
Branches 949 949
=======================================
Hits 3582 3582
- Misses 1788 1789 +1
+ Partials 206 205 -1
Impacted Files | Coverage Δ | |
---|---|---|
cameo/flux_analysis/simulation.py | 68.81% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 286ea97...2d97f9e. Read the comment docs.
Thanks @carrascomj !
Description
Twine upload failed. It might be a) something obscure with the keyring/env variables not being read; or b) the authentication password actually changed.
Implementation
Tackling a), explicitly set the password and user as command line arguments in the
twine upload
command.