Skip to content

Commit

Permalink
fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Nov 3, 2022
1 parent 62462df commit f5b4ff4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Python

on:
push:
pull_request:
tags:
- 'v*'

jobs:
macos:
Expand Down Expand Up @@ -215,7 +216,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [ macos, windows, linux, linux-cross, musllinux, musllinux-cross ]
steps:
- uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reasonable"
version = "0.2.1-alpha2"
version = "0.2.1-alpha3"
authors = ["Gabe Fierro <[email protected]>"]
repository = "https://github.com/gtfierro/reasonable"
homepage = "https://brickschema.org/"
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 = "reasonable"
version = "0.2.1-a2"
version = "0.2.1-a3"
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
authors = ["Gabe Fierro <[email protected]>"]
license = "bsd-3-clause"
Expand Down

0 comments on commit f5b4ff4

Please sign in to comment.