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 a3f3221 commit 0fe3ca6Copy full SHA for 0fe3ca6
1 file changed
.github/workflows/tag_to_publish.yml
@@ -11,9 +11,10 @@ concurrency:
11
jobs:
12
release_to_pypi:
13
name: cwl-utils release test
14
-
15
runs-on: ubuntu-24.04
16
+ environment: PyPI
+ permissions:
17
+ id-token: write
18
steps:
19
- uses: actions/checkout@v4
20
@@ -46,6 +47,4 @@ jobs:
46
47
- name: Publish package
48
uses: pypa/gh-action-pypi-publish@release/v1
49
with:
- user: __token__
50
- password: ${{ secrets.PYPI_API_TOKEN }}
51
- packages_dir: testenv2/src/cwl-utils/dist/
+ packages-dir: testenv2/src/cwl-utils/dist/
0 commit comments