We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5157e3b commit 1b8d4e2Copy full SHA for 1b8d4e2
1 file changed
.github/workflows/release_automation.yml
@@ -33,12 +33,6 @@ jobs:
33
needs:
34
- build
35
runs-on: ubuntu-latest
36
- environment:
37
- name: pypi
38
- url: https://pypi.org/p/modalities
39
- permissions:
40
- id-token: write # IMPORTANT: mandatory for trusted publishing
41
-
42
steps:
43
- name: Download all the dists
44
uses: actions/download-artifact@v4
@@ -47,6 +41,8 @@ jobs:
47
path: dist/
48
- name: Publish dist to PyPI
49
uses: pypa/gh-action-pypi-publish@release/v1
+ with:
45
+ password: ${{ secrets.PYPI_RELEASE_TOKEN }}
50
46
51
github-release:
52
name: >-
0 commit comments