Skip to content

Commit 8ac7ef1

Browse files
authored
Update python-publish.yml
1 parent 2c35912 commit 8ac7ef1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up Python
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.x'
28+
python-version: '3.11'
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
@@ -37,4 +37,4 @@ jobs:
3737
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
3939
user: __token__
40-
password: ${{ secrets.PYPI_API_TOKEN }}
40+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)