py3: use Python 3.6 to publish capa

This commit is contained in:
Ana Maria Martinez Gomez
2021-03-16 19:04:03 +01:00
parent 0465333aa4
commit e9d190799e

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '2.7'
python-version: '3.6'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@@ -27,3 +27,4 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*