Skip to content

Commit

Permalink
build troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
rpm5099 committed Oct 17, 2024
1 parent 7d6f20d commit 7f5881c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ jobs:
name: pypi
url: https://pypi.org/project/mfawesome/
runs-on: ubuntu-latest
needs: [runtests]
if: always() && needs.runtests.result == 'success'
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ jobs:
name: pypi
url: https://test.pypi.org/project/mfawesome/
runs-on: ubuntu-latest
needs: [runtests]
if: always() && needs.runtests.result == 'success'
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 7f5881c

Please sign in to comment.