Skip to content

Commit 89e5d9f

Browse files
committed
Fix package name formatting in publish-to-pypi.yml
1 parent c3789d6 commit 89e5d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
# Verify the source distribution metadata
7575
echo "Checking source distribution metadata:"
76-
SDIST_NAME_BASE="vfb-connect-${VERSION}"
76+
SDIST_NAME_BASE="vfb_connect-${VERSION}"
7777
SDIST_FILE="dist/${SDIST_NAME_BASE}.tar.gz"
7878
PKG_INFO_PATH="${SDIST_NAME_BASE}/PKG-INFO"
7979
echo "Extracting Version from PKG-INFO in ${SDIST_FILE} (path: ${PKG_INFO_PATH})"

0 commit comments

Comments
 (0)