Skip to content

Commit

Permalink
Rename unstable wheel file to comply with filename requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn-gt committed Aug 22, 2024
1 parent 4f4cd68 commit 049aa4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 049aa4c

Please sign in to comment.