summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-07-23 00:54:50 -0700
committerJames R. Barlow <james@purplerock.ca>2022-07-23 00:54:50 -0700
commit5cf8805dcdf6ebcb027d9d34f01c9d060268fe6b (patch)
tree42cb05906fe50d172fc3bd1136ad0b4ef4e89900 /.github
parent4598dc0c6ae9c314e7825cec7767bf57e211aed5 (diff)
Simplify rtd wheel name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 40ce4cf..40dd5e2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
uses: actions/upload-artifact@v3
if: matrix.platform == 'manylinux_x86_64'
with:
- name: rtd-wheel-${{ github.sha }}
+ name: rtd-wheel
path: ./wheelhouse/pikepdf-*-cp39-*.manylinux2014_x86_64.whl
if-no-files-found: error