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 14915f5 commit 2640412Copy full SHA for 2640412
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "GITHUB_REF: ${GITHUB_REF}"
26
# The GITHUB_REF should be something like "refs/tags/v1.2.3"
27
# Make sure the package version is the same as the tag
28
- grep -Rq "^Version: ${GITHUB_REF:11}$" better_optimize.egg-info/PKG-INFO
+ grep -Rq "^Version: ${GITHUB_REF:11}$" edgar_connect.egg-info/PKG-INFO
29
- uses: actions/upload-artifact@v4
30
with:
31
name: bdist
0 commit comments