Skip to content

Commit 422e16b

Browse files
authored
Update push_to_pypi.yml
1 parent bdc6201 commit 422e16b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/push_to_pypi.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2020
- uses: actions/checkout@v2
21-
- name: Set up Python 3.7
21+
- name: Set up Python 3.11
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: 3.7
24+
python-version: 3.11
2525

2626
- name: Install pypa/build
2727
run: >-
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
password: ${{ secrets.PYPITOKEN }}
3838

39-
39+

0 commit comments

Comments
 (0)