Skip to content

Commit

Permalink
Merge pull request #46 from OZI-Project/dependabot/github_actions/OZI…
Browse files Browse the repository at this point in the history
…-Project/pyc_wheel-1.2.8

Bump OZI-Project/pyc_wheel from 1.2.7 to 1.2.8
  • Loading branch information
rjdbcm authored Mar 26, 2024
2 parents 6b6b219 + 1944e45 commit a443e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,21 @@ runs:

- name: Compile wheel
if: inputs.python-dist == 'py310' && (steps.release.outputs.released == 'true' || steps.draft.outputs.created == 'true')
uses: OZI-Project/pyc_wheel@1.2.7
uses: OZI-Project/pyc_wheel@1.2.8
with:
filename: ${{ github.event.repository.name }}-${{ steps.version.outputs.tag }}-py3-none-any.whl
python-version: '3.10'

- name: Compile wheel
if: inputs.python-dist == 'py311' && (steps.release.outputs.released == 'true' || steps.draft.outputs.created == 'true')
uses: OZI-Project/pyc_wheel@1.2.7
uses: OZI-Project/pyc_wheel@1.2.8
with:
filename: ${{ github.event.repository.name }}-${{ steps.version.outputs.tag }}-py3-none-any.whl
python-version: '3.11'

- name: Compile wheel
if: inputs.python-dist == 'py312' && (steps.release.outputs.released == 'true' || steps.draft.outputs.created == 'true')
uses: OZI-Project/pyc_wheel@1.2.7
uses: OZI-Project/pyc_wheel@1.2.8
with:
filename: ${{ github.event.repository.name }}-${{ steps.version.outputs.tag }}-py3-none-any.whl
python-version: '3.12'
Expand Down

0 comments on commit a443e52

Please sign in to comment.