Skip to content

Commit

Permalink
update: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Mar 20, 2024
1 parent fd223e3 commit a71bc7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,21 @@ commands = mypy --install-types --non-interactive
[testenv:release]
deps = git-python
packaging
requests
tomli
commands = python3 bump.py tag databrowser -b docker-improvements
allowlist_externals = rm
curl
commands_pre = curl -H 'Cache-Control: no-cache' -Ls -o bump.py https://raw.githubusercontent.com/FREVA-CLINT/freva-deployment/versions/release.py
#commands_post = rm bump.py
commands_post = rm bump.py
[testenv:bump]
commands = python3 bump.py deploy databrowser -b versions -v
#commands_pre = curl -H 'Cache-Control: no-cache' -Ls -o bump.py https://raw.githubusercontent.com/FREVA-CLINT/freva-deployment/versions/release.py
commands_pre = curl -H 'Cache-Control: no-cache' -Ls -o bump.py https://raw.githubusercontent.com/FREVA-CLINT/freva-deployment/versions/release.py
allowlist_externals = rm
curl
commands_post = rm bump.py
deps = git-python
packaging
requests
tomli
"""

0 comments on commit a71bc7d

Please sign in to comment.