Skip to content

Commit

Permalink
fix(ci): core publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Dec 13, 2024
1 parent 7ff3a6a commit b47e97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: differ-core-wheels-sdist
name: differt-core-wheels-sdist
path: differt-core/dist

release-differt-core:
Expand All @@ -209,14 +209,14 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: dist/*
subject-path: dist/differt-core-wheels-*

- name: Publish to PyPI
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) || github.event.inputs.publish-differt
uses: PyO3/maturin-action@v1
with:
command: upload
args: --non-interactive --skip-existing differt-core-wheels-*/*
args: --non-interactive --skip-existing dist/differt-core-wheels-*
working-directory: differt-core

build-and-release-differt:
Expand Down

0 comments on commit b47e97f

Please sign in to comment.