Skip to content

Commit

Permalink
release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Sep 4, 2024
1 parent bfd90e8 commit 3288b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
RELEASE_DATE=$(date +'%Y-%m-%d')
COMMIT_SHA=$(git rev-parse --short HEAD)
UNIQUE_TAG="release-${RELEASE_DATE}-${COMMIT_SHA}"
UNIQUE_TAG="${RELEASE_DATE}-${COMMIT_SHA}"
gh release create "${UNIQUE_TAG}" dist/affinity-*.whl --title "Release ${UNIQUE_TAG}"
git tag -f latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "affinity"
version = "0.2.0"
version = "0.2.1"
description = "Module for creating well-documented datasets, with types and annotations."
authors = [
{ name = "Alex Kislukhin" }
Expand Down

0 comments on commit 3288b26

Please sign in to comment.