Skip to content

Commit

Permalink
Merge pull request #50 from OZI-Project/rjdbcm-patch-1
Browse files Browse the repository at this point in the history
Update action.yml - bump pyc_wheel action 1.3.1
  • Loading branch information
rjdbcm authored Mar 26, 2024
2 parents 0376c4a + 7e922df commit 2e3c30f
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@58ae69821e5bb259cfe0ab4abfe1b57b59cde93a
uses: OZI-Project/pyc_wheel@942c33e5e5745d0f6b86c84c660bc9dba09608a9
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@58ae69821e5bb259cfe0ab4abfe1b57b59cde93a
uses: OZI-Project/pyc_wheel@942c33e5e5745d0f6b86c84c660bc9dba09608a9
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@58ae69821e5bb259cfe0ab4abfe1b57b59cde93a
uses: OZI-Project/pyc_wheel@942c33e5e5745d0f6b86c84c660bc9dba09608a9
with:
filename: ${{ github.event.repository.name }}-${{ steps.version.outputs.tag }}-py3-none-any.whl
python-version: '3.12'
Expand Down

0 comments on commit 2e3c30f

Please sign in to comment.