Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write # This is required for requesting the JWT.
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.13.0
uses: styfle/cancel-workflow-action@0.13.1
with:
access_token: ${{ github.token }}
if: ${{github.ref != 'refs/head/main'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
]
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.13.0
uses: styfle/cancel-workflow-action@0.13.1
with:
access_token: ${{ github.token }}
if: ${{github.ref != 'refs/head/main'}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Install Python
with:
python-version: '3.13'
- uses: actions/download-artifact@v6
- uses: actions/download-artifact@v8
with:
name: releases
path: dist
Expand All @@ -64,7 +64,7 @@ jobs:
ls -ltrh dist
- name: Publish package to TestPyPI
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@v1.13.0
uses: pypa/gh-action-pypi-publish@v1.14.0
with:
user: __token__
password: ${{ secrets.TESTPYPI_TOKEN }}
Expand All @@ -88,7 +88,7 @@ jobs:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.13.0
uses: pypa/gh-action-pypi-publish@v1.14.0
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# doc requirements
Jinja2==3.1.6
myst-nb==1.3.0
myst-nb==1.4.0
myst-parser==4.0.1
sphinx_rtd_theme==3.1.0
sphinx==8.1.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tests = [
dataflow = [
"absl-py",
"apache-beam[gcp]",
"gcsfs<=2026.1.0",
"gcsfs<=2026.3.0",
"xarray-beam",
]
examples = [
Expand Down