Skip to content

Commit

Permalink
build: attempt to resolve build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
Guibod committed Aug 7, 2023
1 parent af4a208 commit 1f29dbc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
concurrency: release
permissions:
id-token: write
contents: write
# needs: test
if: github.repository_owner == 'guibod' && github.event_name == 'push' && github.ref == 'refs/heads/main'
# https://github.community/t/how-do-i-specify-job-dependency-running-in-another-workflow/16482
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'chore(release):')
steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.0.0
Expand Down

0 comments on commit 1f29dbc

Please sign in to comment.