Skip to content

Commit 7bb37e0

Browse files
authored
Update pre_release.yml
1 parent befab3b commit 7bb37e0

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,4 @@ jobs:
2424
uses: pypa/gh-action-pypi-publish@master
2525
with:
2626
password: ${{ secrets.pypi_password }}
27-
-
28-
name: Set up QEMU
29-
uses: docker/setup-qemu-action@v1
30-
-
31-
name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v1
33-
-
34-
name: Login to DockerHub
35-
uses: docker/login-action@v1
36-
with:
37-
username: ${{ secrets.DOCKER_USERNAME }}
38-
password: ${{ secrets.DOCKER_PASSWORD }}
39-
-
40-
name: Build and push to Docker Hub
41-
id: docker_build
42-
uses: docker/build-push-action@v2
43-
with:
44-
push: true
45-
tags: superannotate/pythonsdk:dev
46-
build-args: PIP_FLAGS=--pre
27+

0 commit comments

Comments
 (0)