File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- " 3.8"
4
-
5
- # command to install dependencies
6
4
install :
7
5
- pip install -r requirements.txt -r requirements-optional.txt -r requirements-tests.txt
8
-
9
- # command to run tests
10
6
script :
11
7
- pytest
8
+ deploy :
9
+ provider : pypi
10
+ username : " __token__"
11
+ password :
12
+ secure : lmJm/E/vLZf+rJtdW0zxGeN+QWTrncgRGNxrFthaRN1iqovrazmzpixGHQnEnUPnOe2sOs8RSzQEoRDyUfTd8lwqczqefURRnP2OXCv1h0jLYDqZmPOuR6DlOqwOp/6txtamMBJtlEFxozFAjBSeSMz5EwLelAVyZYpYYH+qSi8NYj5xebx6LTpe9hiDOWKwCsmbLDK9RK8KKPBYBS7918kMMy4x9WvQHhqy8oi8n9fUwyeTAGa33Eo4+2e3eBwLIiPqgQhd2dhdLQHk+TmWAvVgCRYodXIVCItFdSsvEdnIeN8t/Vh7J1XME8fHSLPvaWaQwdRNZa2sobr7fUEQf5vZ/7OLxnV36Mx7z8bnbV+BECxyZriHpqNRdJlz8lzCcnJIQZNzK/nBFtshtwId9KgxgWnHXtrjTyNYUO2lYmh28HZd6BIq5gcZUVc512bO3OeExuErmfZ1Oialy8dD/vb1/wzKLgz4pX7QGDP/IdoTudvb6RgBqZm4nTQ+DS/1wK5zC++65r3VwxzZq3taHQ/stCjKx9xpiFppEe7oSXI3A+yOscrAjHfMpbpOEo7/n7WMBoexDCILGtsNcMdHOurZfNm4IfcETWGz6KmxXiEykenaq0n+AUCsx0BuHtM1tIroAXk/b94IxJST4S0ymZ4LZcaCNDgCr3G9RMNuaPk=
13
+ on :
14
+ tags : true
15
+ python : " 3.8"
16
+ skip_existing : true
You can’t perform that action at this time.
0 commit comments