Skip to content

Commit bae904e

Browse files
Update Python setup and PyPI publish actions
1 parent c3b55ad commit bae904e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.x'
2424

@@ -36,5 +36,5 @@ jobs:
3636
run: python -m build
3737

3838
- name: Publish to PyPI
39-
uses: pypa/gh-action-pypi-publish@v1.13.0
39+
uses: pypa/gh-action-pypi-publish@v1.14.0
4040

0 commit comments

Comments
 (0)