Skip to content

Commit 87e35f2

Browse files
committed
fix name
1 parent 35f28eb commit 87e35f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
# Patch the version and name in pyproject.toml
3434
sed -i "s/^version = .*/version = \"$UNIQUE_VERSION\"/" pyproject.toml
35-
sed -i 's/^name = "artist"/name = "artist-test"/' pyproject.toml
35+
sed -i 's/^name = "artist"/name = "artist-csp"/' pyproject.toml
3636
3737
# Export version for downstream jobs
3838
echo "version=$UNIQUE_VERSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)