Skip to content

Commit 4de9885

Browse files
committed
Revert name for step and comment version for sha
1 parent 883e95e commit 4de9885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
with:
6565
name: "distfiles"
6666
path: "dist/"
67-
- name: "Push to PyPI"
68-
uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e"
67+
- name: "Publish package distribution to PyPI"
68+
uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
6969
with:
7070
user: "__token__"
7171
password: "${{ secrets.PYPI_API_TOKEN }}"
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: "Send a notification to Slack"
9090
if: "${{ env.SLACK_WEBHOOK_URL != '' }}"
91-
uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
91+
uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
9292
with:
9393
payload: |
9494
{

0 commit comments

Comments
 (0)