File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cd ${script_dir}/..
55rm -rf ./slack_bolt.egg-info
66
77pip install -U pip && \
8- pip install twine build && \
8+ pip install -U twine build && \
99 rm -rf dist/ build/ slack_bolt.egg-info/ && \
1010 python -m build --sdist --wheel && \
1111 twine check dist/*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cd ${script_dir}/..
55rm -rf ./slack_bolt.egg-info
66
77pip install -U pip && \
8- pip install twine build && \
8+ pip install -U twine build && \
99 rm -rf dist/ build/ slack_bolt.egg-info/ && \
1010 python -m build --sdist --wheel && \
1111 twine check dist/* && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cd ${script_dir}/..
55rm -rf ./slack_bolt.egg-info
66
77pip install -U pip && \
8- pip install twine build && \
8+ pip install -U twine build && \
99 rm -rf dist/ build/ slack_bolt.egg-info/ && \
1010 python -m build --sdist --wheel && \
1111 twine check dist/* && \
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ script_dir=`dirname $0`
55cd ${script_dir} /..
66
77pip install -U pip
8- pip install -r requirements/tools.txt
8+ pip install -U - r requirements/tools.txt
99
1010black slack_bolt/ tests/
Original file line number Diff line number Diff line change 33
44script_dir=$( dirname $0 )
55cd ${script_dir} /.. && \
6- pip install -r requirements/tools.txt && \
6+ pip install -U - r requirements/tools.txt && \
77 flake8 slack_bolt/ && flake8 examples/
Original file line number Diff line number Diff line change 33
44script_dir=$( dirname $0 )
55cd ${script_dir} /.. && \
6- pip install .
7- pip install -r requirements/async.txt && \
8- pip install -r requirements/adapter.txt && \
9- pip install -r requirements/tools.txt && \
6+ pip install -U .
7+ pip install -U - r requirements/async.txt && \
8+ pip install -U - r requirements/adapter.txt && \
9+ pip install -U - r requirements/tools.txt && \
1010 mypy --config-file pyproject.toml
You can’t perform that action at this time.
0 commit comments