Skip to content

Commit

Permalink
Releas3 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Oct 13, 2021
1 parent f567716 commit 652dd34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: docs/gh-pages
on:
push
# create:
# tags:
# - v*
release:
types: [released]

jobs:
build-docs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: build & release
on:
create:
tags:
- v*
release:
types: [published]

jobs:
build-n-publish:
Expand Down
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 = "quantaq-cli"
version = "0.3.0-alpha.3"
version = "0.3.0"
description = "The QuantAQ CLI"
authors = ["David H Hagan <david.hagan@quant-aq.com>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 652dd34

Please sign in to comment.