Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Jun 16, 2024
1 parent d1ade75 commit 5b1d182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
runs-on: ubuntu-22.04
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [bincrafters-conventions-test,]
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion bincrafters_conventions/bincrafters_conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from .actions.update_travis_import_to_fixed_commit import update_travis_import_to_fixed_commit
from .compat import CompatConanAPI

__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = 'Bincrafters <[email protected]>'
__license__ = 'MIT'

Expand Down

0 comments on commit 5b1d182

Please sign in to comment.