Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipforge_cli
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChipForge
chipforge_cli
Commits
79983174
Commit
79983174
authored
8 months ago
by
gling
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.0.9
parent
55ae7065
No related branches found
Branches containing commit
Tags
0.0.9
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
1
View file @
79983174
...
...
@@ -22,7 +22,8 @@ publish-job: # Publish to gitlab package repository
-
apk add poetry py3-pip twine
-
poetry build
-
poetry export > requirements.txt
-
cd dist && pip3 download --ignore-requires-python -r ../requirements.txt
-
pip3 download --python-version 3.6.8 -r requirements.txt -d dist
-
ls -al dist
-
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
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
79983174
[tool.poetry]
name
=
"chipforge"
version
=
"0.0.
8
"
version
=
"0.0.
9
"
description
=
"Chip Forge Python Utilities"
repository
=
"https://git.ece.iastate.edu/isu-chip-fab/chiputil.git"
authors
=
[
"Gregory Ling"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment