Skip to content

Commit 6820e30

Browse files
committed
fix: add environment to yml file
1 parent b747a9a commit 6820e30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-to-test-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
deploy:
1010
name: Build and Publish to Test PyPI
1111
runs-on: ubuntu-latest
12-
12+
environment: test-pypi-universalpython
13+
1314
permissions:
14-
id-token: write # Required for Trusted Publisher authentication
15+
id-token: write
1516

1617
steps:
1718
- uses: actions/checkout@v4
@@ -32,5 +33,4 @@ jobs:
3233
- name: Publish to Test PyPI
3334
uses: pypa/gh-action-pypi-publish@release/v1
3435
with:
35-
repository-url: https://test.pypi.org/legacy/
36-
verbose: true
36+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)