Skip to content
Snippets Groups Projects
Commit 3a35f55f authored by gling's avatar gling
Browse files

Release 0.0.19

parent d4dcb138
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,7 @@ publish-job: # Publish to gitlab package repository
- >
pip3 download --python-version 3.6.8 --only-binary=:all: -r requirements.txt -d dist
- ls -al dist
- |+
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token for file in $(ls -1 dist)
do
twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/$file || true
done
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token /bin/sh -c "for file in $$(ls -1 dist); do twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/$file || true; done"
release-job: # Create a GitLab Release
stage: release
......
[tool.poetry]
name = "chipforge"
version = "0.0.17"
version = "0.0.19"
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