Skip to content

Commit

Permalink
bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Apr 1, 2024
1 parent 30ff839 commit 0d141e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: false

on:
workflow_dispatch:
pull_request:
paths:
- '.github/**'
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Publish SDK and Docs

permissions:
contents: read

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "publish"
cancel-in-progress: false


on:
workflow_dispatch:
release:
types: [published]

Expand Down Expand Up @@ -61,8 +64,8 @@ jobs:
name: publish-package
runs-on: ubuntu-latest
permissions:
# for OpenID Connect trusted publisher to pypi
id-token: write
contents: read
id-token: write # for OpenID Connect trusted publisher to pypi
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
Expand All @@ -78,7 +81,7 @@ jobs:
rm -rf dist;
poetry build --no-cache --no-interaction
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 #v1.8.6
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 #1.18.14
publish-docs:
needs:
- publish-release
Expand Down

0 comments on commit 0d141e2

Please sign in to comment.