Skip to content

Commit

Permalink
GitHub Workflow Action tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandergaba committed Apr 1, 2024
1 parent ce613a0 commit 0e0b325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish to TestPyPI
on:
push:
tags:
- "*.*.*rc*"
- "*.*.*"

jobs:
TestPyPI-Release:
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 = "auto-period-finder"
version = "0.0.10rc1"
version = "0.0.10rc2"
description = "An autocorrelation function-based seasonality periods automatic finder for univariate time series."
authors = ["Iskander Gaba <[email protected]>"]
repository = "https://github.com/iskandergaba/auto-period-finder"
Expand Down

0 comments on commit 0e0b325

Please sign in to comment.