File tree 5 files changed +8
-7
lines changed
5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,14 @@ script:
112
112
- bash ci/script.sh
113
113
114
114
deploy :
115
- skip_cleanup : true
116
115
# After you create the Github repo and add it to Travis, run the
117
116
# travis_pypi_setup.py script to finish PyPI deployment setup
118
117
119
118
# this is for pypi. Will fail if you haven't run
120
119
# "python -m twine register ... " to register with pypi
121
120
- provider : script
122
121
script : ci/pypi_upload.sh
122
+ skip_cleanup : true
123
123
on :
124
124
tags : true
125
125
- provider : releases
@@ -131,6 +131,7 @@ deploy:
131
131
secure : " Wfy2/s+LddUBK4TfKcrXVLJO8TQQEY+ZMYKjwOGnjjHdM0FzcHfKauLr2by10o1qKzV+KpsJov/HZdlAK8jfOvzrMPLQWzjhEp8yxSFhyfy1gCEdPZY1rNCpVM9S/JYIl4QHpzr+fQq67ZHn9Qx72ImsRUweq77aqNL9vRlWRsCr4bQwvLG6cka3NJ5yf8m4xdQ/X9pdxGePryxpzah+KKvpXgHjJ+hAa0ckVE7OAYz5fhu3ceaGbU1Dw3g2Tzthcd2BpDN+tZf9CDqKfCvQ7AdVWzB/lcl21COZ+p8NepPjcg+OF8Nt4ez6aMTutlpECJPf0i2zhiLK8bljol6NYUjRJTobnUV8EQaBxDha447ExrmtGKscKjh0u7ys7ARZqztUvDj6CHOz14hEoI7duBN094x9KihPOoWSMmZ2hFIDUaLa9AcQWZjhAFChFDa95hhxs3kLx80Azx6uwEJ6ETA/ZlNrW9FFnCwrWL/k9QhT1UvtuHgRhZV8snp0pAdgQ8HCgyWAr1c1KNJ9AuXs1My9kVjcbXcglCmRp0JLDo0MA8iALfkOvLpdkK6viFq29Lp7WgPpSNRUGB70DBFUzMTim/GkeOrpCc6TcN+vKN7/XVG/OkmB/XA1+S1lOEtzJZlZaqms9Pi1L75deu08pK62SBzsxjSGdjwMwtToT2k="
132
132
file_glob : true
133
133
file : wheelhouse/rust_pypi_example*.whl
134
+ skip_cleanup : true
134
135
on :
135
136
# TODO Here you can pick which targets will generate binary releases
136
137
# In this example, there are some targets that are tested using the stable
Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 0.7.3 (2017-06-18)
5
+ 0.7.4 (2017-06-18)
6
6
------------------
7
7
8
8
* First release on PyPI.
Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ artifacts:
80
80
deploy :
81
81
# upload to pypi with twine.
82
82
- provider : script
83
- script :
84
- - " %PYTHON_DIR%\\ python -m ci after_test"
83
+ script : " %PYTHON_DIR%\\ python -m ci after_test"
85
84
on :
86
85
appveyor_repo_tag : true
87
86
Original file line number Diff line number Diff line change @@ -48,3 +48,4 @@ after_test:
48
48
commands :
49
49
- $<RUN_ENV> $<PYTHON> -m pip install --upgrade twine urllib3[secure]
50
50
- $<RUN_ENV> $<PYTHON> -m twine upload wheelhouse\*
51
+
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ replace = {new_version}
19
19
search = {current_version}
20
20
replace = {new_version}
21
21
22
+
22
23
[flake8]
23
24
exclude = docs
24
25
25
26
[aliases]
26
- test = pytest
27
+ test = pytest
27
28
28
29
[tool:pytest]
29
30
testpaths = tests
30
- addopts = --verbose
31
-
31
+ addopts = --verbose
You can’t perform that action at this time.
0 commit comments