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 a535f38 commit 7f1f1b9Copy full SHA for 7f1f1b9
.github/workflows/semantic-release.yml
@@ -11,17 +11,17 @@ jobs:
11
concurrency: release
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
18
- name: Python Semantic Release
19
- uses: relekang/python-semantic-release@v9.4.2
+ uses: python-semantic-release/python-semantic-release@v10.2.0
20
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
23
- name: Publish package distributions to GitHub Releases
24
- uses: python-semantic-release/upload-to-gh-release@main
+ uses: python-semantic-release/[email protected]
25
if: steps.release.outputs.released == 'true'
26
27
0 commit comments