1 parent bdc6201 commit 422e16bCopy full SHA for 422e16b
1 file changed
.github/workflows/push_to_pypi.yml
@@ -18,10 +18,10 @@ jobs:
18
steps:
19
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20
- uses: actions/checkout@v2
21
- - name: Set up Python 3.7
+ - name: Set up Python 3.11
22
uses: actions/setup-python@v1
23
with:
24
- python-version: 3.7
+ python-version: 3.11
25
26
- name: Install pypa/build
27
run: >-
@@ -36,4 +36,4 @@ jobs:
36
37
password: ${{ secrets.PYPITOKEN }}
38
39
-
+
0 commit comments