Skip to content

Commit

Permalink
fix python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Oct 2, 2023
1 parent 25b57af commit 997d728
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
# clone repo and set up python
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
# install build package and build dist
- name: Build distribution
run: >-
Expand Down

0 comments on commit 997d728

Please sign in to comment.