Skip to content

Commit

Permalink
Put wheels in the right releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Feb 9, 2024
1 parent 2a2fd89 commit a0acea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ jobs:
with:
artifacts: wheelhouse/repaired_wheel/aie-*.whl
token: "${{ secrets.GITHUB_TOKEN }}"
tag: ${{ github.event_name == 'workflow_dispatch' && 'latest-wheels' || 'dev-wheels' }}
name: ${{ github.event_name == 'workflow_dispatch' && 'latest-wheels' || 'dev-wheels' }}
tag: ${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && 'latest-wheels' || 'dev-wheels' }}
name: ${{ (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && 'latest-wheels' || 'dev-wheels' }}
removeArtifacts: false
allowUpdates: true
replacesArtifacts: true
Expand Down

0 comments on commit a0acea1

Please sign in to comment.