Skip to content

Commit eed9f37

Browse files
tmp
1 parent e0ee5dd commit eed9f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Update version in pyproject.toml
4444
run: sed -i '/#replace_package_version_marker/{n;s/version="[^"]*"/version="${{ steps.check_version.outputs.version }}"/;}' pyproject.toml
4545
- name: Update package name in pyproject.toml
46-
run: sed -i '/#replace_package_name_marker/{n;s/name="[^"]*"/name="dspy-ai-test"/;}' pyproject.toml
46+
run: sed -i '/#replace_package_name_marker/{n;s/name="[^"]*"/name="dspy-test-chenmoney "/;}' pyproject.toml
4747
- name: Build a binary wheel
4848
run: python3 -m build
4949
# Test the locally built wheel

0 commit comments

Comments
 (0)