Skip to content

Commit dbf9b75

Browse files
committed
Updated publish workflow
1 parent b557352 commit dbf9b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Use Python 3.8
16+
- name: Use Python 3.10
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3,8'
19+
python-version: '3.10'
2020
- run: |
2121
echo $PYPIRC > ~/.pypirc
2222
python -m pip install --user --upgrade twine

0 commit comments

Comments
 (0)