Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 8c2fd83

Browse files
committed
ci: Fix twine password for similar packages
Signed-off-by: John Andersen <[email protected]>
1 parent 67848a0 commit 8c2fd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if [ "x${PLUGIN}" = "x." ]; then
9292
export TWINE_PASSWORD=${{ secrets.PYPI_DFFML }}
9393
else
94-
export TWINE_PASSWORD=$(grep "${PLUGIN}" "${PYPI_TOKENS}" | sed 's/^[^=]*=//g')
94+
export TWINE_PASSWORD=$(grep "${PLUGIN}=" "${PYPI_TOKENS}" | sed 's/^[^=]*=//g')
9595
fi
9696
rm ${PYPI_TOKENS}
9797
./.ci/run.sh

0 commit comments

Comments
 (0)