We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fda2c commit e6b1ca6Copy full SHA for e6b1ca6
.github/workflows/development.yaml
@@ -157,7 +157,11 @@ jobs:
157
- name: Publish pip release
158
run: |
159
export HOST_UID=$(id -u)
160
+ echo one
161
docker-compose -f docker-compose-build.yaml build
162
+ echo two
163
+ docker images
164
docker-compose -f docker-compose-build.yaml run \
165
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
166
sh -lc "pip install twine && python -m twine upload dist/*"
167
+ echo three
0 commit comments