]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Revert "don't upload universal bdist to pypi" revert-863-do-not-upload-bdist
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Tue, 2 Jul 2024 15:12:30 +0000 (08:12 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Jul 2024 15:12:30 +0000 (08:12 -0700)
.github/workflows/release.yml

index a3cedce02ca7bcd9a14069e9dc92b816d6399107..a0eb8f585040b9b917433fced8551f7ff75c3f37 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;
         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/*
         twine upload dist/*