We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2810fbc commit 419a3fdCopy full SHA for 419a3fd
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
path: "dist/"
70
71
- name: "Publish package distributions to PyPI"
72
- uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
+ uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
73
74
slack-notify:
75
needs:
@@ -89,7 +89,7 @@ jobs:
89
steps:
90
- name: "Send a notification to Slack"
91
if: "${{ env.SLACK_WEBHOOK_URL != '' }}"
92
- uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
+ uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
93
with:
94
payload: |
95
{
0 commit comments