From: Melissa LeBlanc-Williams Date: Tue, 2 Jul 2024 15:12:30 +0000 (-0700) Subject: Revert "don't upload universal bdist to pypi" X-Git-Tag: 8.45.1^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/ffb8a30041af2479ed629e6a1ffe3fe9cece4bbe?ds=inline Revert "don't upload universal bdist to pypi" --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3cedce..a0eb8f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,5 +35,5 @@ jobs: for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do sed -i -e "s/0.0.0+auto.0/${{github.event.release.tag_name}}/" $file; done; - python -m build -s + python -m build twine upload dist/*