We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6436168 commit 3b79743Copy full SHA for 3b79743
.github/workflows/documentation.yml
@@ -74,6 +74,6 @@ jobs:
74
exit 1
75
fi
76
77
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
78
with:
79
path: ./dist/html/**
.github/workflows/wheels-any.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: build wheel
25
run: python -m pip wheel .
26
27
28
29
path: ./pandas_streaming*.whl
0 commit comments