We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae56e2 + ea75e64 commit 2179ebcCopy full SHA for 2179ebc
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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