Skip to content
Snippets Groups Projects
Commit 71f08703 authored by gling's avatar gling
Browse files

Release 0.0.5

parent ae7814eb
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ publish-job: # Publish to gitlab package repository
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
script:
- apk add poetry
- apk add poetry py3-pip
- poetry build
- poetry export > requirements.txt
- cd dist && pip3 download -r requirements.txt
......
[tool.poetry]
name = "chipforge"
version = "0.0.4"
version = "0.0.5"
description = "Chip Forge Python Utilities"
repository = "https://git.ece.iastate.edu/isu-chip-fab/chiputil.git"
authors = ["Gregory Ling"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment