Skip to content
Snippets Groups Projects
Commit 55ae7065 authored by gling's avatar gling
Browse files

Release 0.0.8

parent 35b91b85
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,11 @@ publish-job: # Publish to gitlab package repository
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
script:
- apk add poetry py3-pip
- apk add poetry py3-pip twine
- poetry build
- poetry export > requirements.txt
- cd dist && pip3 download -r ../requirements.txt
- poetry config repositories.gitlab "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi"
- poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN"
- poetry publish --repository gitlab
- cd dist && pip3 download --ignore-requires-python -r ../requirements.txt
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
release-job: # Create a GitLab Release
stage: release
......
[tool.poetry]
name = "chipforge"
version = "0.0.7"
version = "0.0.8"
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