Commit 8ee8113e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fixup package name in pipeline build job

parent 100d87e2
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ Build Package:
  script:
  - pip install build
  - python -m build
  - (set dist/kilter_protocol-*.whl; mv "$1" "${1/kilter_protocol/kilter.protocol}")
  artifacts:
    paths: [dist]