Skip to content

Commit

Permalink
馃悗 ci: 浣跨敤閫氱敤鍙橀噺鏉ョ敓鎴恇uild notification
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-yang-biz committed Aug 12, 2022
1 parent ef8038c commit 6c52a30
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ jobs:
python -m pip install --upgrade pip
pip install poetry tox tox-gh-actions
- name: Declare variables for convention
run: |
echo "package_version_short=`poetry version --short`.DEV.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
echo "package_version_full=`poetry version`.DEV.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
echo "repo_owner=${GITHUB_REPOSITORY%/*}" >> $GITHUB_ENV
echo "repo_name=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: build documentation
run: |
Expand Down Expand Up @@ -112,10 +116,11 @@ jobs:
with:
msgtype: markdown
notify_when: 'success'
title: Release ${{ env.package_version_full }}
title: CI Notification | Success
text: |
## ${{ env.package_version_full }}鏋勫缓鎴愬姛
## 鏂囨。
https://zillionare.github.io/cfg4py/history
## 涓嬭浇
https://test.pypi.org/project/cfg4py/
### Build success
${{ env.package_version_full }} is built and published to test pypi
### Change History
Please check change history at https://${{ env.repo_owner }}.github.io/${{ env.repo_name }}/history
### package download
Please download the pacakge at: https://test.pypi.org/project/${{ env.repo_name }}/

0 comments on commit 6c52a30

Please sign in to comment.