diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8d73a6f9..201541975 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release on: - workflow_dispatch: + workflow_dispatch: push: tags: - 'v*' @@ -29,7 +29,7 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | python setup.py sdist bdist_wheel - twine upload dist/* + #twine upload dist/* - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -46,7 +46,7 @@ jobs: with: context: . file: ./docker/Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64#,linux/arm64 push: true tags: | ${{ secrets.DOCKERHUB_USERNAME }}/aider:${{ github.ref_name }}