From b170c590c5b67e8b40df37406b38c1dff80d6c8a Mon Sep 17 00:00:00 2001 From: johnenoonan Date: Wed, 26 Jul 2023 14:15:42 -0400 Subject: [PATCH] Added action for releasing tox --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..24266f0 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +name: Main + +on: + push: + tags: + - "v*" + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: release/*.tox