Skip to content

Commit

Permalink
Merge pull request #205 from earth-mover/matt/release-action
Browse files Browse the repository at this point in the history
Fix actions trigger
  • Loading branch information
mpiannucci authored Oct 13, 2024
2 parents a1e15bb + cadc686 commit 2d41dd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,13 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
working-directory: icechunk-python
name: wheels-sdist
path: icechunk-python/dist

release:
name: Release
runs-on: ubuntu-latest
if: "github.event_name == 'published'"
if: ${{ github.event_name == 'release' }}
needs: [linux, musllinux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 2d41dd3

Please sign in to comment.