Skip to content

Commit

Permalink
Merge pull request #86 from huntflow/test_v3_2
Browse files Browse the repository at this point in the history
Test v3 2
  • Loading branch information
KlochkovHF authored Dec 19, 2023
2 parents 9826859 + 008d317 commit efb8f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and publish package to PyPI

on:
release:
types: [ created ]
types: [ published ]
branches: [ "v[0-9]+" ]

jobs:
build-and-publish:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "huntflow-api-client"
version = "3.0.104"
version = "3.0.106"
description = "Huntflow API Client for Python"
authors = [
{name = "Developers huntflow", email = "[email protected]"},
Expand Down

0 comments on commit efb8f7e

Please sign in to comment.