Skip to content

Commit 95b6cc1

Browse files
farhanclaude
andcommitted
chore: upgrade action versions in pypi-release.yml to latest
- actions/checkout: v4.3.1 → v7.0.1 - python-semantic-release: v9.9.0 → v10.6.1 - publish-action: v9.9.0 → v10.6.1 - upload-artifact: v4.6.2 → v7.0.1 - download-artifact: v4.3.0 → v8.0.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2525f04 commit 95b6cc1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
24+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
2626
ref: ${{ github.ref_name }}
2727

@@ -30,22 +30,22 @@ jobs:
3030

3131
- name: Run Semantic Release
3232
id: release
33-
uses: python-semantic-release/python-semantic-release@d137150c434dab15ebdf01b62c98f703c0163704 # v9.9.0
33+
uses: python-semantic-release/python-semantic-release@8f4d8c4e3e4fcd2b8df16444b148aa49920cc4d3 # v10.6.1
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
git_committer_name: "github-actions"
3737
git_committer_email: "actions@users.noreply.github.com"
3838
changelog: "false"
3939

4040
- name: Upload to GitHub Release Assets
41-
uses: python-semantic-release/publish-action@297a78b9c98490d2f3041b60e3e696b91dd2ce31 # v9.9.0
41+
uses: python-semantic-release/publish-action@98e6c872368aff4290ef8444db095e5bcd3fba6c # v10.6.1
4242
if: steps.release.outputs.released == 'true'
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
tag: ${{ steps.release.outputs.tag }}
4646

4747
- name: Upload distribution artifacts
48-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4949
if: steps.release.outputs.released == 'true'
5050
with:
5151
name: distribution-artifacts
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download build artifacts
70-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
70+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7171
with:
7272
name: distribution-artifacts
7373
path: dist

0 commit comments

Comments
 (0)