X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/5da425208b81f28238e7d84608664985071ce5a4..02819ea564eda9dd853faf2e81eb2afac7999e0a:/.github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce2635b..220e398 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,5 @@ jobs: TWINE_USERNAME: ${{ secrets.pypi_username }} TWINE_PASSWORD: ${{ secrets.pypi_password }} run: | - for file in $(find -not -path "./.*" -not -path "./docs*" -name "*.py"); do - sed -i -e "s/0.0.0-auto.0/${{github.event.release.tag_name}}/" $file; - done; python setup.py sdist twine upload dist/*