Still trying to get GH action.

This commit is contained in:
Miltos Allamanis 2020-05-12 21:32:08 +01:00
Родитель c4f54ef1f6
Коммит 45ec96264d
1 изменённых файлов: 2 добавлений и 0 удалений

2
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -16,6 +16,8 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
git tag
git describe
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel setuptools_scm
python setup.py sdist bdist_wheel