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 c7db8a6 commit c756e21Copy full SHA for c756e21
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
name: "distfiles"
66
path: "dist/"
67
- name: "Push to PyPI"
68
- uses: "pypa/gh-action-pypi-publish@release/v1"
+ uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e"
69
with:
70
user: "__token__"
71
password: "${{ secrets.PYPI_API_TOKEN }}"
@@ -88,7 +88,7 @@ jobs:
88
steps:
89
- name: "Send a notification to Slack"
90
if: "${{ env.SLACK_WEBHOOK_URL != '' }}"
91
- uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
+ uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1
92
93
payload: |
94
{
0 commit comments