We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b747a9a commit 6820e30Copy full SHA for 6820e30
1 file changed
.github/workflows/release-to-test-pypi.yml
@@ -9,9 +9,10 @@ jobs:
9
deploy:
10
name: Build and Publish to Test PyPI
11
runs-on: ubuntu-latest
12
-
+ environment: test-pypi-universalpython
13
+
14
permissions:
- id-token: write # Required for Trusted Publisher authentication
15
+ id-token: write
16
17
steps:
18
- uses: actions/checkout@v4
@@ -32,5 +33,4 @@ jobs:
32
33
- name: Publish to Test PyPI
34
uses: pypa/gh-action-pypi-publish@release/v1
35
with:
- repository-url: https://test.pypi.org/legacy/
36
- verbose: true
+ repository-url: https://test.pypi.org/legacy/
0 commit comments