We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54485d commit cec8e48Copy full SHA for cec8e48
templates/github/.github/workflows/scripts/publish_plugin_pypi.sh.j2
@@ -16,6 +16,6 @@ then
16
fi
17
18
twine upload -u __token__ -p "${PYPI_API_TOKEN}" \
19
-"dist/{{ plugin_name | snake | replace("_", "?") }}-${VERSION}-py3-none-any.whl" \
20
-"dist/{{ plugin_name | snake | replace("_", "?") }}-${VERSION}.tar.gz" \
+dist/{{ plugin_name | snake | replace("_", "?") }}-"${VERSION}"-py3-none-any.whl \
+dist/{{ plugin_name | snake | replace("_", "?") }}-"${VERSION}".tar.gz \
21
;
0 commit comments