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 8778ac8 commit be6c679Copy full SHA for be6c679
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
fetch-depth: 0 # fetch git tags for setuptools_scm (smart_open.__version__)
33
34
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
35
36
python-version: ${{ matrix.python-version }}
37
activate-environment: true
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
python -m build
- name: Upload package distributions as release assets
- uses: softprops/action-gh-release@v2.3.3
+ uses: softprops/action-gh-release@v2.4.1
files: dist/*
38
0 commit comments