Skip to content

Commit

Permalink
Added action for releasing tox
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnENoonan committed Jul 26, 2023
1 parent 03915f4 commit b170c59
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b170c59

Please # to comment.