Skip to content

Commit cf69133

Browse files
committed
wip
1 parent 8782442 commit cf69133

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
6363
run: twine upload dist/* --skip-existing
6464

65-
- name: Create release note
66-
if: github.event_name == 'release'
65+
- name: Put pypi url on job summary
6766
run: |
68-
echo "Package published to PyPI successfully!"
69-
echo "Version: ${{ github.event.release.tag_name }}"
70-
echo "PyPI URL: https://pypi.org/project/struct/"
67+
echo "## PyPI Package Published" >> $GITHUB_STEP_SUMMARY
68+
echo "" >> $GITHUB_STEP_SUMMARY
69+
echo "The package has been published to [PyPI](https://pypi.org/project/structkit/)." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)