Skip to content

Commit

Permalink
release prod version 0.3.1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxndtaylor authored Jun 3, 2024
2 parents 6f44df4 + c13e55b commit 726a90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
tag=v$( pdm show --version )
tag_is_full_release=$( [[ "${tag}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+\$ ]] && echo 'TRUE' || echo 'FALSE' )
echo "tag=${tag}" >> "$GITHUB_OUTPUT"
echo "full-release=${tag_is_full_release}"
echo "full-release=${tag_is_full_release}" >> "$GITHUB_OUTPUT"
- name: Test and get reports
run: pdm reports
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aliasing"
version = "0.3.0a4"
version = "0.3.1"
description = "Default template for PDM package"
authors = [
{ name = "mxt", email = "[email protected]" },
Expand Down

0 comments on commit 726a90c

Please sign in to comment.