File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ updates :
4
+ # Update GitHub Actions versions in workflows
5
+ - package-ecosystem : " github-actions"
6
+ # Workflow files stored in the
7
+ # default location of `.github/workflows`
8
+ directory : " /"
9
+ schedule :
10
+ interval : " weekly"
11
+ allow :
12
+ - dependency-type : all
13
+ open-pull-requests-limit : 10
14
+ pull-request-branch-name :
15
+ separator : " -"
16
+ commit-message :
17
+ prefix : " CI: "
18
+ include : " scope"
Original file line number Diff line number Diff line change 38
38
environment :
39
39
name : PyPI
40
40
url : https://pypi.org/project/python-awips/
41
+ permissions :
42
+ id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
41
43
runs-on : ubuntu-latest
42
44
steps :
43
45
- name : Download packages
47
49
name : artifact
48
50
49
51
- name : Publish Package
50
- uses : pypa/gh-action-pypi-publish@v1.4.2
51
- with :
52
- user : __token__
53
- password : ${{ secrets.PYPI_TOKEN }}
52
+ uses : pypa/gh-action-pypi-publish@v1.12.4
You can’t perform that action at this time.
0 commit comments