Skip to content

feat(build): Add Git archives version files #17

feat(build): Add Git archives version files

feat(build): Add Git archives version files #17

Workflow file for this run

on:
push:
branches:
- master
tags:
- v*
pull_request:
name: Test
jobs:
tox:
name: Tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
with:
python-version: '3.7'
architecture: 'x64'
- run: pip install tox
- run: tox