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 6de7452 commit 898d8ffCopy full SHA for 898d8ff
.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