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 ef7b6c9 commit ecc0ab2Copy full SHA for ecc0ab2
.github/workflows/development.yaml
@@ -121,7 +121,7 @@ jobs:
121
docker load < "image-${{env.PKG_NAME}}-${PKG_VERSION}-py3.8-alpine.tar.gz"
122
docker-compose -f docker-compose-build.yaml run \
123
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} element \
124
- sh -lc "pip install twine && python -m twine upload dist/*"
+ sh -lc "pip install twine && python -m twine upload --repository testpypi dist/*"
125
- name: Determine pip artifact paths
126
run: |
127
echo "PKG_WHEEL_PATH=$(ls dist/${PKG_NAME}-*.whl)" >> $GITHUB_ENV
0 commit comments