Skip to content

Commit 419a3fd

Browse files
committed
Fix spacing
1 parent 2810fbc commit 419a3fd

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
@@ -69,7 +69,7 @@ jobs:
6969
path: "dist/"
7070

7171
- name: "Publish package distributions to PyPI"
72-
uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
72+
uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
7373

7474
slack-notify:
7575
needs:
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: "Send a notification to Slack"
9191
if: "${{ env.SLACK_WEBHOOK_URL != '' }}"
92-
uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
92+
uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
9393
with:
9494
payload: |
9595
{

0 commit comments

Comments
 (0)