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 0931046 commit ed393fdCopy full SHA for ed393fd
.github/workflows/ci.yaml
@@ -60,6 +60,8 @@ jobs:
60
name: Publish to PyPI
61
needs: build
62
runs-on: [ubuntu-latest]
63
+ permissions:
64
+ id-token: write
65
if: github.event_name != 'pull_request'
66
steps:
67
- uses: actions/download-artifact@v3
@@ -73,11 +75,8 @@ jobs:
73
75
- name: Test Publish package
74
76
uses: pypa/gh-action-pypi-publish@release/v1
77
with:
- password: ${{ secrets.SHARED_PYPI_TEST_TOKEN }}
78
repository_url: https://test.pypi.org/legacy/
79
80
- name: Publish package
81
82
if: startsWith(github.event.ref, 'refs/tags/v')
- with:
83
- password: ${{ secrets.SHARED_PYPI_TOKEN }}
0 commit comments