Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLWN_API
Manage
Activity
Members
Labels
Plan
Issues
10
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
Container Registry
Operate
Environments
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
Libraries
PLWN_API
Commits
bb51c732
Commit
bb51c732
authored
1 year ago
by
lukaszszpak
Browse files
Options
Downloads
Patches
Plain Diff
chore: repository package with uuid
parent
267496df
Branches
Branches containing commit
4 merge requests
!10
Revert "test if load_default will download dump"
,
!9
Merge request
,
!8
Revert "test if load_default will download dump"
,
!7
Revert "test if load_default will download dump"
Pipeline
#13752
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
1
View file @
bb51c732
...
...
@@ -36,11 +36,12 @@ push_wheel:
-
pip install twine
only
:
-
master
-
plwn-api-uuid
stage
:
push_wheel
when
:
on_success
script
:
-
python setup.py sdist bdist_wheel
-
python -m twine upload
-
python -m twine upload
--repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER -p $PIPY_PASS dist/plwn_api*.whl
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
bb51c732
...
...
@@ -8,8 +8,8 @@ import os
ENVNAME_DIST_NODEFAULT
=
'
PLWN_API_DIST_NO_DEFAULT_STORAGE
'
setup_args
=
dict
(
name
=
'
plwn_api
'
,
version
=
'
0.
24
'
,
name
=
'
plwn_api
_uuid
'
,
version
=
'
0.
1
'
,
license
=
'
LGPL-3.0+
'
,
description
=
'
Python API to access plWordNet lexicon
'
,
...
...
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