X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/252451e721b68894734a492b565728d4cb8317d0..8794838fab08ff7b81b5a163eb1b92b65b3ea2dd:/.github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3cedce..ab6669f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,11 +2,9 @@ # # SPDX-License-Identifier: Unlicense name: Release Actions - on: release: types: [published] - jobs: upload-pypi: runs-on: ubuntu-latest @@ -35,5 +33,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 - twine upload dist/* + python -m build + twine upload dist/* \ No newline at end of file