From: Melissa LeBlanc-Williams Date: Fri, 21 Jun 2024 15:11:57 +0000 (-0700) Subject: Merge pull request #863 from 2bndy5/do-not-upload-bdist X-Git-Tag: 8.45.0 X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/commitdiff_plain/69290a7d4b6a18faa24759caf6d90c37d89fac17?hp=768fe70bc01f529234998737d15975d7775684c9 Merge pull request #863 from 2bndy5/do-not-upload-bdist don't upload universal bdist to pypi --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0eb8f5..a3cedce 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 + python -m build -s twine upload dist/*