From 049aa4c97bfb670d95df4f72a2bdee0b51ce18d8 Mon Sep 17 00:00:00 2001 From: Jonathan Dorn Date: Thu, 22 Aug 2024 13:48:00 -0400 Subject: [PATCH] Rename unstable wheel file to comply with filename requirements --- .ci/gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/gitlab-ci.yml b/.ci/gitlab-ci.yml index bb4282390..3c86439de 100644 --- a/.ci/gitlab-ci.yml +++ b/.ci/gitlab-ci.yml @@ -428,11 +428,11 @@ python-wheel-unstable: artifacts: name: "$CI_COMMIT_REF_NAME-$CI_JOB_NAME" paths: - - gtirb-unstable-py3-none-any.whl + - gtirb-0.dev-py3-none-any.whl script: - cmake build build - make -C build python-wheel - - cp build/python/dist/*.whl ./gtirb-unstable-py3-none-any.whl + - cp build/python/dist/*.whl ./gtirb-0.dev-py3-none-any.whl external-pypi: stage: deploy diff --git a/README.md b/README.md index 72e7a0c92..9afa5f6a3 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ The latest unstable version of the Python API can be installed from a prebuilt wheel: ```sh -pip install https://download.grammatech.com/gtirb/files/python/gtirb-unstable-py3-none-any.whl +pip install https://download.grammatech.com/gtirb/files/python/gtirb-0.dev-py3-none-any.whl ``` It is critical that the choice of a `stable` or `unstable` package matches the