Skip to content

Commit b358bc0

Browse files
committed
ci: publish made in Python 3.10
1 parent 01d68e3 commit b358bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.9
18+
python-version: 3.10
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip build twine

0 commit comments

Comments
 (0)