File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626release : wheels_x64 cp_wheels_x64 wheels_i686 cp_wheels_i686 wheel
2727
2828publish :
29- @python -m twine upload dist/pendulum- $( PENDULUM_RELEASE ) *
29+ @poetry publish --no-build
3030
3131tar :
3232 python setup.py sdist --formats=gztar
Original file line number Diff line number Diff line change 11#! /bin/bash
2- PYTHON_VERSIONS=" cp27-cp27m cp35-cp35m cp36-cp36m"
2+ PYTHON_VERSIONS=" cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m"
33
44POETRY_PYTHON=" cp36-cp36m"
55POETRY_VENV=" /opt/python/poetry"
@@ -32,7 +32,7 @@ for PYTHON in ${PYTHON_VERSIONS}; do
3232 . /opt/python/venv-${PYTHON} /bin/activate
3333 pip install pendulum==${RELEASE} --no-index --find-links /io/wheelhouse
3434 find ./io/tests | grep -E " (__pycache__|\.pyc$)" | xargs rm -rf
35- pytest /io/tests
35+ pytest /io/tests -W ignore
3636 find ./io/tests | grep -E " (__pycache__|\.pyc$)" | xargs rm -rf
3737 deactivate
3838done
You can’t perform that action at this time.
0 commit comments