Skip to content

Commit 9f54a8b

Browse files
authored
(maint) update the PyPI publishing action
1 parent d8d741f commit 9f54a8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishToPyPI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.11'
1818
cache: 'pip'
1919
cache-dependency-path: 'pyproject.toml'
2020

@@ -27,7 +27,7 @@ jobs:
2727
run: python -m build
2828

2929
- name: Publish package
30-
uses: pypa/gh-action-pypi-publish@v1.8.10
30+
uses: pypa/gh-action-pypi-publish@1.13.0
3131
with:
3232
user: __token__
3333
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)