Skip to content

Commit 4fd5a4b

Browse files
committed
Send post-release end notif after pypi publishing
1 parent abee906 commit 4fd5a4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
dist/giskard-*.tar.gz
103103
dist/giskard-*.whl
104104
105+
- name: Push to Pipy
106+
run: pdm publish --no-build --username "${{ secrets.PIPY_USERNAME }}" --password "${{ secrets.PIPY_PASSWORD }}"
107+
105108
- name: Post to a Slack channel
106109
id: slack
107110
uses: slackapi/slack-github-action@v1.25.0
@@ -114,6 +117,3 @@ jobs:
114117
# For posting a rich message using Block Kit
115118
env:
116119
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
117-
118-
- name: Push to Pipy
119-
run: pdm publish --no-build --username "${{ secrets.PIPY_USERNAME }}" --password "${{ secrets.PIPY_PASSWORD }}"

0 commit comments

Comments
 (0)