No credentials available for testpypi, so do not upload

This commit is contained in:
Wilson Lin 2020-07-12 02:41:45 +10:00
parent 3adcdb994b
commit e3fe95a5a7
1 changed files with 0 additions and 2 deletions

View File

@ -74,6 +74,4 @@ jobs:
maturin build --release --strip -i "$(which python)"
if [[ "$GITHUB_REF" == refs/tags/v* ]]; then
twine upload target/wheels/*
else
twine upload --repository testpypi target/wheels/*
fi