Skip to content

Commit

Permalink
fix(ci): ?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Dec 13, 2024
1 parent dee6d82 commit cce005f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: differt-wheels-sdist
path: differt/dist/differt-wheels-*.tar.gz
path: differt/dist/differt-*.tar.gz

- name: Upload wheels any
uses: actions/upload-artifact@v4
with:
name: differt-wheels-any
path: differt/dist/differt-wheels-*.whl
path: differt/dist/differt-*.whl

release-differt:
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) || github.event.inputs.publish-differt
Expand Down

0 comments on commit cce005f

Please sign in to comment.