Skip to content

Commit a29cd31

Browse files
committed
ci: update python version for docs
1 parent f261db6 commit a29cd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python package
33
on: [push, pull_request, workflow_dispatch]
44

55
env:
6-
release-python-version: "3.10"
6+
release-python-version: "3.11"
77

88
jobs:
99
test:
@@ -81,7 +81,7 @@ jobs:
8181
name: distribution-packages
8282
path: dist/
8383
- name: Publish a Python distribution to PyPI
84-
uses: pypa/gh-action-pypi-publish@master
84+
uses: pypa/gh-action-pypi-publish@release/v1
8585
with:
8686
user: __token__
8787
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)