We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1645095 + 8339602 commit 756a6c5Copy full SHA for 756a6c5
1 file changed
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
83
MAXMINDDB_REQUIRE_EXTENSION: 1
84
85
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
86
with:
87
name: maxminddb-whl-${{ matrix.os }}-${{ strategy.job-index }}
88
path: ./wheelhouse/*.whl
@@ -99,7 +99,7 @@ jobs:
99
- name: Build sdist
100
run: pipx run build --sdist
101
102
103
104
name: maxminddb-sdist
105
path: dist/*.tar.gz
0 commit comments