Skip to content

Commit cadc686

Browse files
committed
Fix actions trigge
1 parent a1e15bb commit cadc686

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,13 @@ jobs:
175175
- name: Upload sdist
176176
uses: actions/upload-artifact@v4
177177
with:
178-
working-directory: icechunk-python
179178
name: wheels-sdist
180179
path: icechunk-python/dist
181180

182181
release:
183182
name: Release
184183
runs-on: ubuntu-latest
185-
if: "github.event_name == 'published'"
184+
if: ${{ github.event_name == 'release' }}
186185
needs: [linux, musllinux, windows, macos, sdist]
187186
steps:
188187
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)