Skip to content

Commit c756e21

Browse files
committed
Use commit
1 parent c7db8a6 commit c756e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: "distfiles"
6666
path: "dist/"
6767
- name: "Push to PyPI"
68-
uses: "pypa/gh-action-pypi-publish@release/v1"
68+
uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e"
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)