Skip to content

Commit 3ce416f

Browse files
✨ Update e2e models (#175)
* update workflow before publishing python package fix dependency issue and bump version point to website in project description fix broken dependency improve doc add github token to download artifacts ensure only read-access @wvangeit yet another attempt at downloading artifacts make sure to use repo that ran the trigger wf another attempt at fixing change owner allow publishing to testpypi also when pr minor change revert minor (but breaking) change minor fix add debug messages another debug message hopefully the final version final fix minor fix move master and tag to individual jobs add debug messages add python script for determining semantic version minor changes minor changes improve error handling and add version file to artifacts check if release minor fix ensure to enter venv also when tagging source venv in publishin workflow ensure only master add script for testing 'pure' semver adapt workflows to new python script minor change attempt to evaluate expressions correctly several fixes to fix tests ensure repo is checked out in publish workflow several small fixes cleanup debug minor cleanup mionr changes add debug message minor change minor change yet another try minor change minor change minor change mionr change minor changes correct workflow run id cosmetic change avoid using gh change to a single job for publishing minor cleanup swap loops in clean up jobs correction get correct versions of github workflow files update a couple of other files update a few more tests update yet another file yet another file * obfuscate password but not email
1 parent 4d5ccc5 commit 3ce416f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clients/python/test/e2e/ci/e2e/e2e/_models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class ServerSettings(BaseSettings):
1616
host: str
1717
key: SecretStr
1818
secret: SecretStr
19+
email: str
20+
password: SecretStr
1921

2022
model_config = SettingsConfigDict(env_prefix="osparc_api_")
2123

0 commit comments

Comments
 (0)