Skip to content

Commit cb1fcd6

Browse files
pinning publish version to 3.9
1 parent c7f0052 commit cb1fcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v2
2020
with:
21-
python-version: '^3.9'
21+
python-version: '3.9'
2222
- name: Install dependencies
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)