We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5e19b0 + 3a5ab9f commit c16f2ffCopy full SHA for c16f2ff
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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