Skip to content

Commit

Permalink
Don't fail when pushing to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Apr 9, 2020
1 parent f868591 commit 5c0b615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -131,7 +131,7 @@ jobs:
--username=__token__ \
--password=${TWINE_PASSWORD} \
--repository-url=${TWINE_REPOSITORY_URL} \
--skip-existing dist/*
--skip-existing dist/* || true
else
echo "Skipping upload as 'TestPyPiToken' is not set"
fi
Expand Down

0 comments on commit 5c0b615

Please sign in to comment.