Skip to content

Commit

Permalink
Update python-semantic-release version and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Sep 28, 2023
1 parent e13cb9e commit ad7fc6d
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 269 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
contents: write # needed for github actions bot to write to repo
steps:
- name: Clone Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
fetch-depth: 0
Expand All @@ -58,7 +58,8 @@ jobs:
# See https://github.com/actions/runner/issues/1173
if: steps.release.outputs.released == 'true'

- name: Python Semantic Release
- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit ad7fc6d

Please sign in to comment.