We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f28eb commit 87e35f2Copy full SHA for 87e35f2
1 file changed
.github/workflows/test-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
33
# Patch the version and name in pyproject.toml
34
sed -i "s/^version = .*/version = \"$UNIQUE_VERSION\"/" pyproject.toml
35
- sed -i 's/^name = "artist"/name = "artist-test"/' pyproject.toml
+ sed -i 's/^name = "artist"/name = "artist-csp"/' pyproject.toml
36
37
# Export version for downstream jobs
38
echo "version=$UNIQUE_VERSION" >> $GITHUB_OUTPUT
0 commit comments