Skip to content

Commit 5ee5157

Browse files
authored
Merge branch 'main' into cmd/devalue
2 parents 5f010b2 + 058a991 commit 5ee5157

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v7
1212
- name: Set up Python
13-
uses: actions/setup-python@v6.3.0
13+
uses: actions/setup-python@v7.0.0
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v7
3636
- name: Set up Python
37-
uses: actions/setup-python@v6.3.0
37+
uses: actions/setup-python@v7.0.0
3838
with:
3939
python-version: '3.x'
4040
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050
python -m twine check dist/*
5151
5252
- name: Publish package to PyPI
53-
uses: pypa/gh-action-pypi-publish@v1.14.0
53+
uses: pypa/gh-action-pypi-publish@v1.14.1
5454
with:
5555
skip-existing: true
5656
verbose: true

0 commit comments

Comments
 (0)