Skip to content

Commit

Permalink
Run publish on pypi workflow with Python 3.11
Browse files Browse the repository at this point in the history
By default the workflow uses Python 3.10 which is not supported in
greenbone-scap currently.
  • Loading branch information
bjoernricks committed Mar 21, 2024
1 parent 6097391 commit 9667bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
steps:
- name: Build and publish to PyPI
uses: greenbone/actions/pypi-upload@v3
with:
python-version: "3.11"

0 comments on commit 9667bb3

Please sign in to comment.