File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Build package
3333 run : python -m build
3434 - name : Publish package
35- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
35+ uses : pypa/gh-action-pypi-publish@release/v1
3636 with :
3737 user : __token__
3838 password : ${{ secrets.PYPI_API_TOKEN_ALL_PROJECT }}
39-
40- # # build docker image and push to GCR
41- # - uses: actions/checkout@v3
42- # - uses: google-github-actions/setup-gcloud@v0
43- # - name: Get the version
44- # id: get_tag_name
45- # run: echo ::set-output name=GIT_TAG_NAME::${GITHUB_REF/refs\/tags\//}
46- # - uses: RafikFarhad/push-to-gcr-github-action@v4
47- # with:
48- # gcloud_service_key: ${{ secrets.GCLOUD_SERVICE_KEY }}
49- # registry: gcr.io
50- # project_id: prod-635e
51- # image_name: wmb
52- # image_tag: ${{ steps.get_tag_name.outputs.GIT_TAG_NAME}},latest
53- # dockerfile: ./Dockerfile
You can’t perform that action at this time.
0 commit comments