Skip to content

Commit 9daf3db

Browse files
committed
action 步骤修改
1 parent 0b5ad6b commit 9daf3db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push_to_pip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v3
16+
1417
# 新增 Docker 镜像构建和推送步骤
1518
- name: Log in to Docker Registry
1619
uses: docker/login-action@v3
@@ -29,9 +32,6 @@ jobs:
2932
gakkiyomi/fishpi-pyclient:latest
3033
labels: |
3134
org.opencontainers.image.version=${{ github.event.release.tag_name }}
32-
33-
- name: Checkout code
34-
uses: actions/checkout@v3
3535
3636
- name: Set up Python
3737
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)