update ci

This commit is contained in:
felinae98 2021-12-06 16:31:43 +08:00
parent cb7dc3450f
commit 2ce1263c41
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -126,7 +126,7 @@ jobs:
- "dist" - "dist"
publish-pypi: publish-pypi:
docker: docker:
- image: cimg/python3.9 - image: cimg/python:3.9
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -137,7 +137,7 @@ jobs:
publish-github-release: publish-github-release:
docker: docker:
- image: circleci/golang:1.8 - image: circleci/golang:1.17
steps: steps:
- attach_workspace: - attach_workspace:
at: ./dist at: ./dist