Skip to content

Commit

Permalink
pypi on release
Browse files Browse the repository at this point in the history
  • Loading branch information
thevincentadam committed Sep 15, 2021
1 parent 35f95de commit b1c816e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/upload-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@
name: Upload-PyPI



on:
push:
release:
types:
- created
# on:
# push:
# tags:
# - "v*.*.*"

tags:
- "v*.*.*"

jobs:
check-and-test:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
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 = "banded_matrices"
version = "0.0.5"
version = "0.0.6"
description = "Native (C++) implementation of Banded Matrices for TensorFlow"
readme = "README.md"
repository = "https://github.com/secondmind-labs/banded_matrices"
Expand Down

0 comments on commit b1c816e

Please sign in to comment.