Skip to content

Commit 9eb3671

Browse files
committed
Fix package name in PyPI propagation check: change from "access_mopper" to "access-mopper"
1 parent 9a3fc41 commit 9eb3671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Wait for PyPI propagation
4747
run: |
4848
echo "Waiting for PyPI package to be downloadable..."
49-
PACKAGE_NAME="access_mopper"
49+
PACKAGE_NAME="access-mopper"
5050
VERSION=$(python -c "import versioneer; print(versioneer.get_version())")
5151
VERSION=${VERSION#v}
5252
echo "Looking for package: ${PACKAGE_NAME}==${VERSION}"

0 commit comments

Comments
 (0)