Skip to content

Commit

Permalink
Testing the PyPI release !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 18, 2023
1 parent 8aed959 commit c8f0d45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/actions/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ runs:
with:
name: release-notes

- name: Create a GitHub release
uses: softprops/action-gh-release@v1
with:
files: dist/*
tag_name: "${{ env.TAG_NAME }}"
body_path: release-notes.md
# - name: Create a GitHub release
# uses: softprops/action-gh-release@v1
# with:
# files: dist/*
# tag_name: "${{ env.TAG_NAME }}"
# body_path: release-notes.md

- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
id: pr
run: |
PR_NUMBER=$(gh pr view --json number -q .number || echo "")
echo "::set-output name=pull_request_number::${PR_NUMBER}"
echo "pull_request_number=${PR_NUMBER}" >> $GITHUB_OUTPUT
echo "::notice::PR_NUMBER is ${PR_NUMBER}"
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
echo "::notice::event number is ${{ github.event.number }}"
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

Expand Down

0 comments on commit c8f0d45

Please sign in to comment.