Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
clients
python
DuniterPy
Merge requests
!78
[CD] Release on PyPI only on tags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[CD] Release on PyPI only on tags
release_on_tag
into
dev
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Moul
requested to merge
release_on_tag
into
dev
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Have been removed because env var wasn’t shared wth non-protected tags
https://docs.gitlab.com/ee/ci/variables/#protected-environment-variables
Edited
4 years ago
by
Moul
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
046a3f8d
1 commit,
5 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
0
Options
@@ -103,6 +103,7 @@ release:
-
make build
-
make deploy PYPI_LOGIN=${PYPI_LOGIN} PYPI_PASSWORD=${PYPI_PASSWORD}
only
:
-
tags
-
master
release_test
:
Loading