Skip to content

Commit

Permalink
Merge pull request #8 from koenvervloesem/fix_publish_step
Browse files Browse the repository at this point in the history
CI: Run publish job in Python 3.11
  • Loading branch information
koenvervloesem committed Dec 22, 2022
2 parents e271e27 + 62720e1 commit b085517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with: {python-version: "3.10"}
with: {python-version: "3.11"}
- name: Retrieve pre-built distribution files
uses: actions/download-artifact@v3
with: {name: python-distribution-files, path: dist/}
Expand Down

0 comments on commit b085517

Please sign in to comment.