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 8782442 commit cf69133Copy full SHA for cf69133
1 file changed
.github/workflows/publish-pypi.yml
@@ -62,9 +62,8 @@ jobs:
62
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
63
run: twine upload dist/* --skip-existing
64
65
- - name: Create release note
66
- if: github.event_name == 'release'
+ - name: Put pypi url on job summary
67
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/"
+ echo "## PyPI Package Published" >> $GITHUB_STEP_SUMMARY
+ echo "" >> $GITHUB_STEP_SUMMARY
+ echo "The package has been published to [PyPI](https://pypi.org/project/structkit/)." >> $GITHUB_STEP_SUMMARY
0 commit comments