Skip to content

Commit ff5f5f9

Browse files
author
Thinh Nguyen
committed
Update development.yaml
1 parent f847aeb commit ff5f5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
export HOST_UID=$(id -u)
9797
docker load < "image-${{env.PKG_NAME}}-${PKG_VERSION}-py3.8-alpine.tar.gz"
9898
docker-compose -f docker-compose-build.yaml run \
99-
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} ${PKG_NAME} \
99+
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} element \
100100
sh -lc "pip install twine && python -m twine upload dist/*"
101101
- name: Determine pip artifact paths
102102
run: |

0 commit comments

Comments
 (0)