Skip to content

Commit

Permalink
build: update python-publish workflow (#3797)
Browse files Browse the repository at this point in the history
"Slack notification on failure" keeps failing due to Slack API updates
  • Loading branch information
ccmao1130 authored Feb 12, 2025
1 parent 8f10933 commit 147e11a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ jobs:
}
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook

publish:
name: Publish wheels to PYPI and Anaconda
Expand Down Expand Up @@ -220,6 +219,5 @@ jobs:
}
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook

0 comments on commit 147e11a

Please sign in to comment.