forked from JetBrains/lets-plot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build_settings.template.yml
44 lines (37 loc) · 1.21 KB
/
build_settings.template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
# option to exclude python extension from build
build_python_extension: no
# enable tasks responsible for building and publishing of lets-plot python package
enable_python_package: no
# -------------------------------------------------------------------
# Python settings
# -------------------------------------------------------------------
python:
bin_path: /anaconda3/bin
include_path: /anaconda3/include/python3.8
# -------------------------------------------------------------------
# PyPI settings
# -------------------------------------------------------------------
pypi:
# credentials on test.pypi.org
test:
username:
password:
# credentials on pypi.org
prod:
username:
password:
# -------------------------------------------------------------------
# Sonatype settings
#
# User with deployment permission to Sonatype Nexus repository.
#
# In addition, each publication must be signed using a PGP key.
# Create file "~/.gradle/gradle.properties":
# signing.keyId=your_keyid_here (short)
# signing.password=your_password_here
# signing.secretKeyRingFile=/Users/you/.gnupg/secring.kbx
# -------------------------------------------------------------------
sonatype:
username:
password: