Skip to content

Commit

Permalink
ci: 🎡 force upload wheel and source artifacts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Mar 9, 2024
1 parent 7ab3e8b commit 9f49b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
- name: Upload wheels to artifacts
uses: actions/upload-artifact@v4
if: github.event_name == 'workflow_dispatch' || steps.cache-wheels.outputs.cache-hit != 'true'
# if: github.event_name == 'workflow_dispatch' || steps.cache-wheels.outputs.cache-hit != 'true'
with:
name: wheel-${{ matrix.python_id }}-${{ matrix.platform_id }}
path: |
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:

- name: Upload source distribution to artifacts
uses: actions/upload-artifact@v4
if: github.event_name == 'workflow_dispatch' || steps.cache-sdist.outputs.cache-hit != 'true'
# if: github.event_name == 'workflow_dispatch' || steps.cache-sdist.outputs.cache-hit != 'true'
with:
name: sdist
path: |
Expand Down

0 comments on commit 9f49b83

Please sign in to comment.