Skip to content

Commit f04f173

Browse files
committed
fix workflow
1 parent 9d74164 commit f04f173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Setup Python
12-
- uses: actions/setup-python@v4
12+
uses: actions/setup-python@v4
1313
with:
1414
python-version: "3.10.8"
1515
- name: Build and publish to pypi

0 commit comments

Comments
 (0)