Skip to content

Commit

Permalink
release environment for trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 13, 2023
1 parent 6e5fc0c commit 3654923
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11']
environment:
name: release
url: https://test.pypi.org/RuntimeVerificationTest
permissions:
id-token: write
steps:
- name: 'Install Python'
uses: actions/setup-python@v4
Expand All @@ -62,5 +67,5 @@ jobs:
run: |
cd ./test-project
poetry build
poetry publish

0 comments on commit 3654923

Please sign in to comment.