temp disable twine, arm64

This commit is contained in:
Paul Gauthier 2023-10-31 14:29:33 -07:00
parent ff3731eee0
commit dcaa94551e

View file

@ -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 }}