We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6de7452 + 898d8ff commit 4360b17Copy full SHA for 4360b17
.github/workflows/development.yaml
@@ -192,7 +192,7 @@ jobs:
192
export HOST_UID=$(id -u)
193
docker-compose -f docker-compose-build.yaml run \
194
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
195
- sh -lc "pip install twine && python -m twine upload dist/*"
+ sh -c "pip install twine && python -m twine upload dist/*"
196
- name: Login to DockerHub
197
uses: docker/login-action@v1
198
with:
0 commit comments