Skip to content

Commit a3b3012

Browse files
committed
Update publish.yaml
1 parent 553811f commit a3b3012

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,7 @@ jobs:
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

0 commit comments

Comments
 (0)