Undo last change

This commit is contained in:
Melissa LeBlanc-Williams 2025-06-23 08:51:49 -07:00
parent 945c4adca5
commit 8709862742

View file

@ -49,7 +49,6 @@ jobs:
run: sphinx-build -E -W -b html . _build/html
- name: Build Python package
run: |
setuptools clean --all
pip install --upgrade build twine
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
sed -i -e "s/0.0.0+auto.0/1.2.3/" $file;