Skip to content

Commit 8bda977

Browse files
author
paul.marcombes
committed
github action: publish on pypi on release 2
1 parent d83a00a commit 8bda977

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
# "$GITHUB_REF_NAME"
8282
# --repo "$GITHUB_REPOSITORY"
8383
# --notes ""
84-
- name: Upload artifact signatures to GitHub Release
85-
env:
86-
GITHUB_TOKEN: ${{ github.token }}
87-
# Upload to GitHub Release using the `gh` CLI.
88-
# `dist/` contains the built packages, and the
89-
# sigstore-produced signatures and certificates.
90-
run: >-
91-
gh release upload
92-
"$GITHUB_REF_NAME" dist/**
93-
--repo "$GITHUB_REPOSITORY"
84+
# - name: Upload artifact signatures to GitHub Release
85+
# env:
86+
# GITHUB_TOKEN: ${{ github.token }}
87+
# # Upload to GitHub Release using the `gh` CLI.
88+
# # `dist/` contains the built packages, and the
89+
# # sigstore-produced signatures and certificates.
90+
# run: >-
91+
# gh release upload
92+
# "$GITHUB_REF_NAME" dist/**
93+
# --repo "$GITHUB_REPOSITORY"

0 commit comments

Comments
 (0)