File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 55 push :
66 pull_request :
77
8+ env :
9+ HAS_SECRETS : ${{ secrets.HAS_SECRETS }}
10+
811jobs :
912 build :
1013 name : Continuous integration
2023
2124 - name : Checks
2225 run : c2cciutils-checks
26+
27+ - name : Init pypi
28+ run : |
29+ echo "[pypi]" > ~/.pypirc
30+ echo "username = sbrunner" >> ~/.pypirc
31+ echo "password = ${{ secrets.PYPI_PASSWORD }}" >> ~/.pypirc
32+ pip install --user wheel twine
33+ if : env.HAS_SECRETS == 'HAS_SECRETS'
34+ - name : Publish
35+ run : c2cciutils-publish
36+ if : env.HAS_SECRETS == 'HAS_SECRETS'
Original file line number Diff line number Diff line change 77 backport.yaml : False
88 clean.yaml : False
99 audit.yaml : False
10+
11+ publish :
12+ docker :
13+ images : []
Original file line number Diff line number Diff line change 1717 version = VERSION ,
1818 description = "A simple library to get colors in the bash terminal" ,
1919 long_description = README ,
20+ long_description_content_type = "text/markdown" ,
2021 classifiers = [
2122 "Development Status :: 5 - Production/Stable" ,
2223 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments