Skip to content

Commit ed8e91b

Browse files
committed
Update release.yml to change pyproject.toml
1 parent 72b946a commit ed8e91b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
TWINE_USERNAME: ${{ secrets.pypi_username }}
8282
TWINE_PASSWORD: ${{ secrets.pypi_password }}
8383
run: |
84-
for file in $(find -not -path "./.*" -not -path "./docs*" -name "*.py"); do
84+
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
8585
sed -i -e "s/0.0.0-auto.0/${{github.event.release.tag_name}}/" $file;
8686
done;
8787
python -m build

0 commit comments

Comments
 (0)