Skip to content

Commit

Permalink
update to trusted publisher model with render-engine (#555)
Browse files Browse the repository at this point in the history
Fixes #554
  • Loading branch information
kjaymiller committed Jan 31, 2024
1 parent 0d17892 commit 9ec7c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
deploy:
needs: test
name: Deploy to PyPI
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand All @@ -28,6 +30,3 @@ jobs:

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TWINE_PASSWORD}}
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
paths:
- 'render_engine_*'
- 'pyproject.toml'

jobs:
test-against-matrix:
Expand Down

0 comments on commit 9ec7c4c

Please sign in to comment.