We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addb01f commit 04ad49fCopy full SHA for 04ad49f
.github/workflows/release.yml
@@ -58,5 +58,5 @@ jobs:
58
username = __token__
59
password = ${PYPI_API_TOKEN}
60
EOF
61
- twine upload -c ./pypirc -r dist/*
+ twine upload -c ./pypirc dist/*
62
rm -rf ./pypirc dist/
0 commit comments