Skip to content

Commit 3df9fc5

Browse files
🐛 Expose retry configuration (#137)
* 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 * dev->post * 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 * update server compatibility to new url * minor change to trigger ci
1 parent 267e330 commit 3df9fc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,12 @@ http-doc: docs ## generates and serves doc
7272

7373
## CLEAN -------------------------------------------------------------------------------
7474

75-
7675
.PHONY: clean-hooks
7776
clean-hooks: ## Uninstalls git pre-commit hooks
7877
@-pre-commit uninstall 2> /dev/null || rm .git/hooks/pre-commit
7978

8079
_git_clean_args := -dx --force --exclude=.vscode --exclude=TODO.md --exclude=.venv --exclude=.python-version --exclude="*keep*"
8180

82-
8381
.check-clean:
8482
@git clean -n $(_git_clean_args)
8583
@echo -n "Are you sure? [y/N] " && read ans && [ $${ans:-N} = y ]

0 commit comments

Comments
 (0)