Skip to content

Commit 46cfe27

Browse files
Modify workflow for publishing Python package
Updated workflow name and action versions.
1 parent b38b120 commit 46cfe27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Workflow-Publish Python Package to PyPI
1+
name: Publish Python Package to PyPI-Resmi
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)