I guess nott

This commit is contained in:
cool.gitter.not.me.again.duh
2025-05-31 16:58:11 -06:00
parent 2a99432b49
commit 1b6c39790c

View File

@@ -33,7 +33,7 @@ jobs:
- name: Update version in setup.py
run: |
VERSION_TAG=${{ steps.get_version.outputs.VERSION }}
sed -i "s/version="[^"]*"/version="${VERSION_TAG}""/" setup.py
sed -i "s/version=\"[^\"]*\"/version=\"${VERSION_TAG}\"/" setup.py
echo "Updated setup.py to version $VERSION_TAG for build:"
cat setup.py