File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11name : Package
22
33on :
4- - push
5- - pull_request
4+ push :
5+ tags :
6+ - ' v2.*'
67
78jobs :
89
9798 with :
9899 name : dist
99100 path : dist
100- - name : Install source distribution
101+ - name : Install wheel distribution
101102 run : python -m pip install dist/fs-*.whl
102103 - name : Remove source code
103104 run : rm -rvd fs
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99## Unreleased
1010
11+
12+ ## [ 2.4.13] - 2021-03-27
13+
1114### Added
1215
1316- Added FTP over TLS (FTPS) support to FTPFS.
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ environment:
2020
2121install :
2222 # We need wheel installed to build wheels
23- - " %PYTHON%\\ python.exe -m pip install pytest pytest-randomly pytest-cov psutil pyftpdlib mock"
23+ - " %PYTHON%\\ python.exe -m pip install -U pip wheel setuptools"
24+ - " %PYTHON%\\ python.exe -m pip install pytest"
25+ - " %PYTHON%\\ python.exe -m pip install -r tests/requirements.txt"
2426 - " %PYTHON%\\ python.exe setup.py install"
2527
2628build : off
2729
2830test_script :
29- - " %PYTHON%\\ python.exe -m pytest -v tests "
31+ - " %PYTHON%\\ python.exe -m pytest"
Original file line number Diff line number Diff line change 11"""Version, used in module and setup.py.
22"""
3- __version__ = "2.4.12 "
3+ __version__ = "2.4.13 "
You can’t perform that action at this time.
0 commit comments