We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff9dba commit a6e47e9Copy full SHA for a6e47e9
1 file changed
.github/workflows/publish_wheels.yml
@@ -27,6 +27,9 @@ jobs:
27
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') ||
28
(github.event_name == 'workflow_dispatch')
29
runs-on: ubuntu-latest
30
+ environment: pypi
31
+ permissions:
32
+ id-token: write
33
steps:
34
- uses: actions/checkout@v3
35
with:
@@ -133,8 +136,6 @@ jobs:
133
136
- name: Publish to TestPyPI
134
137
uses: pypa/gh-action-pypi-publish@release/v1
135
138
- user: __token__
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
139
repository-url: https://test.pypi.org/legacy/
140
packages-dir: dist_filtered/
141
0 commit comments