Skip to content
Snippets Groups Projects
Commit 8514b638 authored by gling's avatar gling
Browse files

Release 0.0.28

parent ee7029c6
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ publish-job: # Publish to gitlab package repository
- apk add poetry py3-pip twine
- poetry build
- poetry export > requirements.txt
- sed -i requirements.txt 's|^ .*||g'
- sed -i requirements.txt 's|;.*||g'
- sed -i 's|^ .*||g' requirements.txt
- sed -i 's|;.*||g' requirements.txt
- >
pip3 download --python-version 3.6.8 --only-binary=:all: -r requirements.txt -d dist
- ls -al dist
......
[tool.poetry]
name = "chipforge"
version = "0.0.27"
version = "0.0.28"
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