File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ jobs:
105
105
startsWith(github.ref, 'refs/tags')
106
106
needs : test
107
107
runs-on : ubuntu-latest
108
- strategy :
109
- matrix :
110
- include :
111
- - py_ver : 3.8
112
- distro : alpine
113
- image : djbase
108
+ # strategy:
109
+ # matrix:
110
+ # include:
111
+ # - py_ver: 3.8
112
+ # distro: alpine
113
+ # image: djbase
114
114
env :
115
- PY_VER : ${{matrix.py_ver}}
116
- DISTRO : ${{matrix.distro}}
117
- IMAGE : ${{matrix.image}}
115
+ # PY_VER: ${{matrix.py_ver}}
116
+ # DISTRO: ${{matrix.distro}}
117
+ # IMAGE: ${{matrix.image}}
118
118
TWINE_USERNAME : ${{secrets.twine_username}}
119
119
TWINE_PASSWORD : ${{secrets.twine_password}}
120
120
DOCKER_CLIENT_TIMEOUT : " 120"
@@ -168,14 +168,13 @@ jobs:
168
168
- name : Publish pip release
169
169
run : |
170
170
export HOST_UID=$(id -u)
171
- echo one
172
- docker-compose -f docker-compose-build.yaml up --exit-code-from app --build
173
- echo one_point_five
174
- docker images
175
- docker-compose -f docker-compose-build.yaml build
176
- echo two
177
- docker images
171
+ # echo one
172
+ # docker-compose -f docker-compose-build.yaml up --exit-code-from app --build
173
+ # echo one_point_five
174
+ # docker images
175
+ # docker-compose -f docker-compose-build.yaml build
176
+ # echo two
177
+ # docker images
178
178
docker-compose -f docker-compose-build.yaml run \
179
179
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
180
180
sh -lc "pip install twine && python -m twine upload dist/*"
181
- echo three
You can’t perform that action at this time.
0 commit comments