Skip to content

Commit 04ad49f

Browse files
committed
Remove twine flag
1 parent addb01f commit 04ad49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
username = __token__
5959
password = ${PYPI_API_TOKEN}
6060
EOF
61-
twine upload -c ./pypirc -r dist/*
61+
twine upload -c ./pypirc dist/*
6262
rm -rf ./pypirc dist/

0 commit comments

Comments
 (0)