Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambo
Manage
Activity
Members
Labels
Plan
Issues
45
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
lambo
Commits
6cdbf0e4
There was an error fetching the commit references. Please try again later.
Commit
6cdbf0e4
authored
1 year ago
by
Maja Jabłońska
Browse files
Options
Downloads
Patches
Plain Diff
Use a different CI template
parent
8fe027dd
No related merge requests found
Pipeline
#16625
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-13
4 additions, 13 deletions
.gitlab-ci.yml
with
4 additions
and
13 deletions
.gitlab-ci.yml
+
4
−
13
View file @
6cdbf0e4
image
:
clarinpl/
python:
3.8
image
:
python:
latest
stages
:
-
publish
pypi_publish
:
before_script
:
-
apt-get -y install python3-venv
-
pip install build setuptools wheel
-
pip install twine
only
:
-
master
stage
:
publish
run
:
script
:
-
pip install build twine
-
python -m build
-
python -m twine upload
--skip-existing
--repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER
-p $PIPY_PASS
dist/lambo*.whl
dist/lambo*.whl
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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