Skip to content

Commit 7219e5d

Browse files
Merge pull request #4 from chenmoneygithub/remove-prettierignore
remove prettierignore
2 parents e5dac27 + d3a00ca commit 7219e5d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)