Skip to content

Commit 72b946a

Browse files
committed
Use arbitrary version for build.yml
1 parent fad6a48 commit 72b946a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/${{github.event.release.tag_name}}/" $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)