Skip to content

Commit

Permalink
Merge pull request #1076 from guzman-raphael/master
Browse files Browse the repository at this point in the history
Remove login shell
  • Loading branch information
guzman-raphael authored Feb 13, 2023
2 parents 6de7452 + 898d8ff commit 4360b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
export HOST_UID=$(id -u)
docker-compose -f docker-compose-build.yaml run \
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
sh -lc "pip install twine && python -m twine upload dist/*"
sh -c "pip install twine && python -m twine upload dist/*"
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 4360b17

Please sign in to comment.