|
|
@ -47,7 +47,7 @@ jobs: |
|
|
|
uses: pypa/gh-action-pypi-publish@v1.9.0 |
|
|
|
uses: pypa/gh-action-pypi-publish@v1.9.0 |
|
|
|
|
|
|
|
|
|
|
|
- name: sign |
|
|
|
- name: sign |
|
|
|
uses: sigstore/gh-action-sigstore-python@v2.1.1 |
|
|
|
uses: sigstore/gh-action-sigstore-python@v3.0.0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
inputs: ./dist/*.tar.gz ./dist/*.whl |
|
|
|
inputs: ./dist/*.tar.gz ./dist/*.whl |
|
|
|
release-signing-artifacts: true |
|
|
|
release-signing-artifacts: true |
|
|
|