Skip to content

Commit 7f2f1b2

Browse files
Update publish-to-test-pypi.yml
1 parent 6da1f36 commit 7f2f1b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
uses: pypa/gh-action-pypi-publish@release/v1
3939
with:
4040
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
41-
repository_url: https://test.pypi.org/legacy/
41+
repository-url: https://test.pypi.org/legacy/
42+
attestations: false
4243
- name: Publish distribution 📦 to PyPI
4344
if: startsWith(github.ref, 'refs/tags')
4445
uses: pypa/gh-action-pypi-publish@release/v1
4546
with:
4647
password: ${{ secrets.PYPI_API_TOKEN }}
48+
attestations: false

0 commit comments

Comments
 (0)