Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaawwa committed Jan 24, 2025
2 parents 669893e + 0b220c4 commit 4fd1b5b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
persist-credentials: true
fetch-depth: 2
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup uv with Python 3.12
uses: astral-sh/setup-uv@v5
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Check if there is a parent commit
id: check-parent-commit
run: |
echo "::set-output name=sha::$(git rev-parse --verify --quiet HEAD^)"
echo "sha=$(git rev-parse --verify --quiet HEAD^)" >> $GITHUB_OUTPUT
- name: Detect and tag new version
id: check-version
Expand Down Expand Up @@ -120,6 +121,10 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: true
fetch-depth: 2
token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish the release notes
uses: release-drafter/[email protected]
Expand Down

0 comments on commit 4fd1b5b

Please sign in to comment.