Skip to content

Commit

Permalink
Merge pull request #900 from mrapp-ke/merge-bugfix
Browse files Browse the repository at this point in the history
Merge bugfix into feature branch
  • Loading branch information
issue-api-tokens[bot] authored May 5, 2024
2 parents 59c47e4 + cd56ee1 commit 7b9fba9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template_publish_non_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Setup Python
if: ${{ inputs.pypi_repository }}
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Upload wheels to PyPI
if: ${{ inputs.pypi_repository }}
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/template_publish_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Setup Python
if: ${{ inputs.pypi_repository }}
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Upload wheels to PyPI
if: ${{ inputs.pypi_repository }}
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/template_publish_pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Setup Python
if: ${{ inputs.pypi_repository }}
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Upload wheels to PyPI
if: ${{ inputs.pypi_repository }}
env:
Expand Down

0 comments on commit 7b9fba9

Please sign in to comment.