Compare commits

..

2 Commits

2 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ jobs:
upload_pypi:
name: Upload binary wheels to PyPI
name: Upload wheels to PyPI
runs-on: ubuntu-24.04
needs: [build_wheels, build_sdist]
@@ -92,8 +92,8 @@ jobs:
- name: Get binary wheels
uses: actions/download-artifact@v4.1.7
with:
path: dist/binary-wheels
pattern: dist/binary-wheels-*
path: dist/
pattern: binary-wheels-*
merge-multiple: true
- name: Display files
run: ls -lR

View File

@@ -1 +1 @@
2.1.10
2.1.12