We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d65a3e commit 496387cCopy full SHA for 496387c
.github/workflows/release.yaml
@@ -75,7 +75,7 @@ jobs:
75
md="Artifacts:\n\`\`\`text\n${results}\n\`\`\`"
76
echo -e "${md}" >> "$GITHUB_STEP_SUMMARY"
77
echo "Verification String: '${name//-/_}-${tag}-'"
78
- find "${path}" -type f | grep -- "${name/-/_}-${tag}-" > /dev/null
+ find "${path}" -type f | grep -- "${name//-/_}-${tag}-" > /dev/null
79
80
- name: "Publish to PyPI"
81
id: publish
0 commit comments