Skip to content

Commit 88f28d8

Browse files
authored
Update publish-to-pypi.yaml
fix: python 3.10
1 parent 4fdf12b commit 88f28d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v3
1818
with:
19-
python-version: 3.9
19+
python-version: 3.10
2020
- name: Installing package
2121
run: |
2222
pip3 install .
@@ -30,4 +30,4 @@ jobs:
3030
- name: Publish package to PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
33-
password: ${{ secrets.PYPI_API_TOKEN }}
33+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)