Skip to content

Commit

Permalink
try pypi workflow on release 3
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon committed Dec 12, 2024
1 parent 04f5c33 commit 2cb4e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Create a Release
run: |
VERSION=$(cat pyproject.toml | cut -d'"' -f2)
VERSION=$(cat pyproject.toml | grep version | cut -d'"' -f2)
RELEASE_DATE=$(date +'%Y-%m-%d')
RELEASE_TITLE="Release ${VERSION} (${RELEASE_DATE})"
Expand Down

0 comments on commit 2cb4e1e

Please sign in to comment.