Skip to content

Commit 36f9ec3

Browse files
committed
chore: change pdfgetx to srxconfutils in the .github workflow files
1 parent 14adc8d commit 36f9ec3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build-wheel-release-upload.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ jobs:
9898
name: instructions
9999
path: .
100100

101-
- name: Zip wheels and instructions into dist/pdfgetx-$TAG-wheels.zip
101+
- name: Zip wheels and instructions into dist/srxconfutils-$TAG-wheels.zip
102102
run: |
103103
mkdir -p dist
104-
find dist -type f -name '*.whl' | zip -j dist/pdfgetx-"$TAG"-wheels.zip -@
105-
zip -j dist/pdfgetx-"$TAG"-wheels.zip INSTRUCTIONS.txt
104+
find dist -type f -name '*.whl' | zip -j dist/srxconfutils-"$TAG"-wheels.zip -@
105+
zip -j dist/srxconfutils-"$TAG"-wheels.zip INSTRUCTIONS.txt
106106
107107
- name: Prepare release metadata
108108
id: meta
@@ -152,10 +152,10 @@ jobs:
152152
UPLOAD_URL=$(jq -r .upload_url resp.json | sed 's/{.*}//')
153153
echo "upload_url=$UPLOAD_URL" >> $GITHUB_OUTPUT
154154
155-
- name: Upload pdfgetx-$TAG-wheels.zip
155+
- name: Upload srxconfutils-$TAG-wheels.zip
156156
if: steps.create_release.outputs.upload_url != ''
157157
run: |
158-
FILE=dist/pdfgetx-$TAG-wheels.zip
158+
FILE=dist/srxconfutils-$TAG-wheels.zip
159159
echo "Uploading asset: $FILE"
160160
curl --silent --fail --data-binary @"$FILE" \
161161
-H "Content-Type: application/zip" \

.github/workflows/release-github.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ jobs:
9898
name: instructions
9999
path: .
100100

101-
- name: Zip wheels and instructions into dist/pdfgetx-$TAG-wheels.zip
101+
- name: Zip wheels and instructions into dist/srxconfutils-$TAG-wheels.zip
102102
run: |
103103
mkdir -p dist
104-
find dist -type f -name '*.whl' | zip -j dist/pdfgetx-"$TAG"-wheels.zip -@
105-
zip -j dist/pdfgetx-"$TAG"-wheels.zip INSTRUCTIONS.txt
104+
find dist -type f -name '*.whl' | zip -j dist/srxconfutils-"$TAG"-wheels.zip -@
105+
zip -j dist/srxconfutils-"$TAG"-wheels.zip INSTRUCTIONS.txt
106106
107107
- name: Prepare release metadata
108108
id: meta
@@ -152,10 +152,10 @@ jobs:
152152
UPLOAD_URL=$(jq -r .upload_url resp.json | sed 's/{.*}//')
153153
echo "upload_url=$UPLOAD_URL" >> $GITHUB_OUTPUT
154154
155-
- name: Upload pdfgetx-$TAG-wheels.zip
155+
- name: Upload srxconfutils-$TAG-wheels.zip
156156
if: steps.create_release.outputs.upload_url != ''
157157
run: |
158-
FILE=dist/pdfgetx-$TAG-wheels.zip
158+
FILE=dist/srxconfutils-$TAG-wheels.zip
159159
echo "Uploading asset: $FILE"
160160
curl --silent --fail --data-binary @"$FILE" \
161161
-H "Content-Type: application/zip" \

0 commit comments

Comments
 (0)