Skip to content

Commit

Permalink
Try to fix the release process (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Jul 1, 2024
1 parent 9122b2d commit 5a7cff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Version details
id: version
run: |
echo "::set-output name=version::`python -m release version`"
echo "::set-output name=tag::`python -m release version --tag`"
echo "version=`python -m release version`" >> $GITHUB_OUTPUT
echo "tag=`python -m release version --tag`" >> $GITHUB_OUTPUT
shell: bash

release:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
include = [
"/src/",
"/tests/",
"/benches/",
"/completions/",
"/man-page/py.1",
"/README.md",
Expand Down

0 comments on commit 5a7cff0

Please sign in to comment.