Skip to content

Commit

Permalink
ci: Also clone jianpu-ly submodule when publishing release
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 31, 2024
1 parent d191030 commit 9c4750f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
- run: pip install build twine && make dist
- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 9c4750f

Please sign in to comment.