Skip to content

Commit e4d393c

Browse files
committed
Update workflows
1 parent 9dcaf2c commit e4d393c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/publish-package.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,12 @@ jobs:
8888
- name: Publish distribution 📦 to Test PyPI
8989
uses: pypa/gh-action-pypi-publish@release/v1
9090
with:
91-
skip_existing: true
92-
user: __token__
93-
password: ${{ secrets.test_pypi_password }}
94-
repository_url: https://test.pypi.org/legacy/
91+
repository-url: https://test.pypi.org/legacy/
92+
skip-existing: true
93+
attestations: true
9594

9695
- name: Publish distribution 📦 to PyPI
9796
uses: pypa/gh-action-pypi-publish@release/v1
9897
with:
99-
user: __token__
100-
password: ${{ secrets.pypi_password }}
98+
skip-existing: true
99+
attestations: true

0 commit comments

Comments
 (0)