We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47c5a9 commit f858d85Copy full SHA for f858d85
.github/workflows/publish-pypi.yaml
@@ -35,6 +35,10 @@ jobs:
35
poetry build
36
# retrieve your distributions here
37
- name: Publish package distributions to PyPI
38
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@release/v1
39
+ with:
40
+ verbose: true
41
+ attestations: false
42
+
43
44
.github/workflows/publish-release.yaml
@@ -11,9 +11,7 @@ jobs:
11
id-token: write
12
uses: ./.github/workflows/publish-pypi.yaml
13
with:
14
- pypi_repository_url: https://upload.pypi.org/legacy/
15
- verbose: true
16
- attestations: false
+ pypi_repository_url: https://upload.pypi.org/legacy/
17
secrets:
18
pypi_api_login: __token__
19
pypi_api_password: ${{ secrets.PYPI_TOKEN }}
0 commit comments