Skip to content

Commit ecc0ab2

Browse files
author
Thinh Nguyen
committed
for testing - update twine upload to testpypi
1 parent ef7b6c9 commit ecc0ab2

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
@@ -121,7 +121,7 @@ jobs:
121121
docker load < "image-${{env.PKG_NAME}}-${PKG_VERSION}-py3.8-alpine.tar.gz"
122122
docker-compose -f docker-compose-build.yaml run \
123123
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} element \
124-
sh -lc "pip install twine && python -m twine upload dist/*"
124+
sh -lc "pip install twine && python -m twine upload --repository testpypi dist/*"
125125
- name: Determine pip artifact paths
126126
run: |
127127
echo "PKG_WHEEL_PATH=$(ls dist/${PKG_NAME}-*.whl)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)