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 95bf78b commit c022f0dCopy full SHA for c022f0d
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
permissions:
9
contents: write
10
- id-token: write
+ id-token: none
11
packages: write
12
13
jobs:
@@ -47,9 +47,9 @@ jobs:
47
uses: pypa/[email protected]
48
with:
49
repository-url: https://test.pypi.org/legacy/
50
+ username: __token__
51
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
52
verbose: true
- env:
- PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
53
54
publish-pypi:
55
name: Publish to PyPI
@@ -64,9 +64,9 @@ jobs:
64
- name: Publish to PyPI
65
66
67
68
+ password: ${{ secrets.PYPI_API_TOKEN }}
69
- PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
70
71
github-release:
72
name: Create GitHub Release
0 commit comments