Skip to content

Commit

Permalink
release version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-pieces committed Feb 8, 2024
1 parent b89cdc0 commit 57b397f
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 12 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
tags:
- '*'
- 'v*.*.*'

jobs:
build:
Expand All @@ -23,16 +23,14 @@ jobs:
pip install poetry -U
poetry install
- name: Build package
- name: Build
run: poetry build

- name: Create Release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/pieces*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



Loading

0 comments on commit 57b397f

Please sign in to comment.