Skip to content

Commit

Permalink
🎨 add publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Jul 25, 2021
1 parent 22a65b9 commit a4353d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: publish
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beastiary"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Wytamma Wirth <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a4353d4

Please sign in to comment.