Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi authored Jun 28, 2024
1 parent 760ec5f commit 4d5d61b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-binary-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: publish-binary-pypi
on:
push:
branches:
# - main
- release
- main

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: create tag
id: create_tag
if: startsWith(github.ref, 'refs/heads/master')
if: startsWith(github.ref, 'refs/heads/main')
run: |
version=$(cat pyproject.toml | grep version | head -1 | awk -F '"' '{print $2}')
git tag "v$version"
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 = "sscsv"
version = "0.1.0"
version = "0.1.1"
description = "A tool designed for rapid data processing and filtering, specifically tailored for handling CSV files for log analysis."
authors = ["sumeshi <sum3sh1@protonmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 4d5d61b

Please sign in to comment.