Skip to content

Commit 696e96f

Browse files
authored
Standardize build.yml
Pre-work for switch to composite actions
1 parent d869153 commit 696e96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
pip install --upgrade build twine
7373
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
74-
sed -i -e "s/0.0.0-auto.0/1.2.3/" $file;
74+
sed -i -e "s/0.0.0+auto.0/1.2.3/" $file;
7575
done;
7676
python -m build
7777
twine check dist/*

0 commit comments

Comments
 (0)