Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63f3e59

Browse files
committed
ci: Add publish target
1 parent93c08ed commit63f3e59

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎.gitlab-ci.yml‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ before_script:
77
-source .venv/bin/activate
88
-locale-gen ml_IN.UTF-8
99

10+
stages:
11+
-build
12+
-test
13+
-publish
14+
1015
build:
1116
stage:build
1217
script:
@@ -21,4 +26,13 @@ test:
2126
script:
2227
-LC_ALL=ml_IN.UTF-8 make test
2328
dependencies:
24-
-build
29+
-build
30+
31+
publish:
32+
stage:publish
33+
script:
34+
-pip install twine
35+
-twine upload dist/* --username __token__ --password $PYPI_API_KEY
36+
only:
37+
-tags
38+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp