We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a65b9 commit a4353d4Copy full SHA for a4353d4
.github/workflows/publish.yml
@@ -0,0 +1,14 @@
1
+name: publish
2
+on:
3
+ push:
4
+ tags:
5
+ - 'v*.*.*'
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ - name: Build and publish to pypi
12
+ uses: JRubics/poetry-publish@v1.6
13
+ with:
14
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beastiary"
-version = "0.1.0"
+version = "0.2.0"
description = ""
authors = ["Wytamma Wirth <wytamma.wirth@me.com>"]
readme = "README.md"
0 commit comments