]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Merge pull request #863 from 2bndy5/do-not-upload-bdist 8.45.0
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Fri, 21 Jun 2024 15:11:57 +0000 (08:11 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2024 15:11:57 +0000 (08:11 -0700)
don't upload universal bdist to pypi

.github/workflows/release.yml

index a0eb8f585040b9b917433fced8551f7ff75c3f37..a3cedce02ca7bcd9a14069e9dc92b816d6399107 100644 (file)
@@ -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
+        python -m build -s
         twine upload dist/*