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 9dcaf2c commit e4d393cCopy full SHA for e4d393c
.github/workflows/publish-package.yaml
@@ -88,13 +88,12 @@ jobs:
88
- name: Publish distribution 📦 to Test PyPI
89
uses: pypa/gh-action-pypi-publish@release/v1
90
with:
91
- skip_existing: true
92
- user: __token__
93
- password: ${{ secrets.test_pypi_password }}
94
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
+ skip-existing: true
+ attestations: true
95
96
- name: Publish distribution 📦 to PyPI
97
98
99
100
- password: ${{ secrets.pypi_password }}
0 commit comments