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 3ee2f2b commit b96f7b0Copy full SHA for b96f7b0
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
84
MAXMINDDB_REQUIRE_EXTENSION: 1
85
86
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
87
with:
88
name: maxminddb-whl-${{ matrix.os }}-${{ strategy.job-index }}
89
path: ./wheelhouse/*.whl
@@ -100,7 +100,7 @@ jobs:
100
- name: Build sdist
101
run: pipx run build --sdist
102
103
104
105
name: maxminddb-sdist
106
path: dist/*.tar.gz
0 commit comments