Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Stingray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
Stingray
Commits
01427699
Commit
01427699
authored
2 days ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
Add publication of stingray package to pypi
parent
8b17d883
No related branches found
Branches containing commit
Tags
v0.0.23
Tags containing commit
1 merge request
!30
Add publication of stingray package to pypi
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
setup.cfg
+4
-4
4 additions, 4 deletions
setup.cfg
with
19 additions
and
4 deletions
.gitlab-ci.yml
+
15
−
0
View file @
01427699
...
...
@@ -148,6 +148,21 @@ publish_on_gitlab:
python -m twine upload \
--repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
publish_on_pypi
:
stage
:
publish
environment
:
pypi
needs
:
-
package_files
when
:
manual
rules
:
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_REF_PROTECTED
==
"true"'
script
:
-
echo "run twine for gitlab"
-
|
TWINE_PASSWORD="${PYPI_TOKEN}" \
TWINE_USERNAME="__token__" \
python -m twine upload dist/*
publish_to_readthedocs
:
stage
:
publish
allow_failure
:
true
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
4
−
4
View file @
01427699
...
...
@@ -3,11 +3,11 @@ name = lofar-stingray
description
=
LOFAR station statistics gather and dump utility, writes station statistics continuously to the local S3 based object storage.
long_description
=
file: README.md
long_description_content_type
=
text/markdown
url
=
https://git.astron.nl/
templates/python-package
url
=
https://git.astron.nl/
lofar2.0/stingray
license
=
Apache License 2.0
classifiers
=
Development
Status
::
3
-
Alpha
Environment
::
Web
Environment
Environment
::
No
Input/Output
(Daemon)
Intended
Audience
::
Developers
Intended
Audience
::
Science/Research
License
::
OSI
Approved
::
Apache
Software
License
...
...
@@ -17,8 +17,8 @@ classifiers =
Programming
Language
::
Python
::
3
::
Only
Programming
Language
::
Python
::
3.11
Programming
Language
::
Python
::
3.12
Topic
::
Internet
::
WWW/HTTP
Topic
::
Internet
::
WWW/HTTP
::
Dynamic
Content
Topic
::
Utilities
Topic
::
System
::
Archiving
::
Compression
Topic
::
Scientific/Engineering
Topic
::
Scientific/Engineering
::
Astronomy
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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