Skip to content

Commit 54ad0cb

Browse files
committed
chore: upgrade python publish version
1 parent fab14dc commit 54ad0cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
steps:
1616
- name: Checkout source
1717
uses: actions/checkout@v4
18-
- name: Set up Python 3.9
18+
- name: Set up Python 3.11
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.9
21+
python-version: 3.11
2222
- name: Build package
2323
run: |
2424
python -m pip install -U pip build
2525
python -m build
2626
- name: Publish
27-
uses: pypa/gh-action-pypi-publish@v1.8.14
27+
uses: pypa/gh-action-pypi-publish@v1.12.4
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)