Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BioFlow-Insight
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shareFAIR
BioFlow-Insight
Merge requests
!1
Build package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Build package
build-package
into
main
Overview
0
Commits
9
Pipelines
3
Changes
9
Merged
Bryan Brancotte
requested to merge
build-package
into
main
1 year ago
Overview
0
Commits
9
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7046c8d8
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7046c8d8
install all dev dependenvies to build package
· 7046c8d8
Bryan Brancotte
authored
1 year ago
.gitlab-ci.yml
+
2
−
1
Options
@@ -7,7 +7,8 @@ upload:
TWINE_PASSWORD
:
"
${PRIVATE_REGISTRY_TOKEN_PASSWORD}"
TWINE_USERNAME
:
"
${PRIVATE_REGISTRY_TOKEN_USERNAME}"
script
:
-
pip install "setuptools>=62.6" twine
-
pip install "setuptools>=62.6"
-
pip install -e .[dev]
-
echo "Tag name used ${CI_COMMIT_TAG}"
-
>
if [[ -z "$CI_COMMIT_TAG" ]]; then
Loading