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 abee906 commit 4fd5a4bCopy full SHA for 4fd5a4b
1 file changed
.github/workflows/post-release.yml
@@ -102,6 +102,9 @@ jobs:
102
dist/giskard-*.tar.gz
103
dist/giskard-*.whl
104
105
+ - name: Push to Pipy
106
+ run: pdm publish --no-build --username "${{ secrets.PIPY_USERNAME }}" --password "${{ secrets.PIPY_PASSWORD }}"
107
+
108
- name: Post to a Slack channel
109
id: slack
110
uses: slackapi/slack-github-action@v1.25.0
@@ -114,6 +117,3 @@ jobs:
114
117
# For posting a rich message using Block Kit
115
118
env:
116
119
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
-
- - name: Push to Pipy
- run: pdm publish --no-build --username "${{ secrets.PIPY_USERNAME }}" --password "${{ secrets.PIPY_PASSWORD }}"
0 commit comments