@@ -120,7 +120,7 @@ wget https://downloads.apache.org/incubator/burr/KEYS
120120gpg --import KEYS
121121
122122# Verify git archive signature
123- gpg --verify apache-burr-${VERSION} -incubating.tar.gz.asc apache-burr-${VERSION} -incubating.tar.gz
123+ gpg --verify apache-burr-${VERSION} -incubating-src .tar.gz.asc apache-burr-${VERSION} -incubating-src .tar.gz
124124
125125# Verify sdist signature
126126gpg --verify apache-burr-${VERSION} -incubating-sdist.tar.gz.asc apache-burr-${VERSION} -incubating-sdist.tar.gz
@@ -129,13 +129,13 @@ gpg --verify apache-burr-${VERSION}-incubating-sdist.tar.gz.asc apache-burr-${VE
129129gpg --verify apache_burr-${VERSION} -py3-none-any.whl.asc apache_burr-${VERSION} -py3-none-any.whl
130130
131131# 3. Verify all SHA512 checksums
132- echo " $( cat apache-burr-${VERSION} -incubating.tar.gz.sha512) apache-burr-${VERSION} -incubating.tar.gz" | sha512sum -c -
132+ echo " $( cat apache-burr-${VERSION} -incubating-src .tar.gz.sha512) apache-burr-${VERSION} -incubating-src .tar.gz" | sha512sum -c -
133133echo " $( cat apache-burr-${VERSION} -incubating-sdist.tar.gz.sha512) apache-burr-${VERSION} -incubating-sdist.tar.gz" | sha512sum -c -
134134echo " $( cat apache_burr-${VERSION} -py3-none-any.whl.sha512) apache_burr-${VERSION} -py3-none-any.whl" | sha512sum -c -
135135
136136# 4. Extract the source archive
137- tar -xzf apache-burr-${VERSION} -incubating.tar.gz
138- cd apache-burr-${VERSION} -incubating/
137+ tar -xzf apache-burr-${VERSION} -incubating-src .tar.gz
138+ cd apache-burr-${VERSION} -incubating-src /
139139
140140# 5. Install build dependencies
141141pip install flit
@@ -216,7 +216,7 @@ python scripts/verify_apache_artifacts.py licenses --rat-jar apache-rat-0.15.jar
216216python scripts/verify_apache_artifacts.py all --rat-jar apache-rat-0.15.jar
217217
218218# Inspect artifact contents
219- python scripts/verify_apache_artifacts.py list-contents dist/apache-burr-0.41.0.tar.gz
219+ python scripts/verify_apache_artifacts.py list-contents dist/apache-burr-0.41.0-incubating-src .tar.gz
220220python scripts/verify_apache_artifacts.py list-contents dist/apache_burr-0.41.0-py3-none-any.whl
221221```
222222
0 commit comments