]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - .github/workflows/release.yml
Revert back to using setup.py to fix install problems
[Adafruit_Blinka-hackapet.git] / .github / workflows / release.yml
index a0eb8f585040b9b917433fced8551f7ff75c3f37..ab6669f21d74c949592de1beff72b744895bd55b 100644 (file)
@@ -2,11 +2,9 @@
 #
 # SPDX-License-Identifier: Unlicense
 name: Release Actions
-
 on:
   release:
     types: [published]
-
 jobs:
   upload-pypi:
     runs-on: ubuntu-latest
@@ -36,4 +34,4 @@ jobs:
             sed -i -e "s/0.0.0+auto.0/${{github.event.release.tag_name}}/" $file;
         done;
         python -m build
-        twine upload dist/*
+        twine upload dist/*
\ No newline at end of file