Skip to content

Commit e3b0320

Browse files
chore(ci): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `python-semantic-release/python-semantic-release` from 9.16.1 to 9.17.0 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v9.16.1...v9.17.0) Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7110695 commit e3b0320

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ jobs:
134134

135135
# Do a dry run of PSR
136136
- name: Test release
137-
uses: python-semantic-release/python-semantic-release@v9.16.1
137+
uses: python-semantic-release/python-semantic-release@v9.17.0
138138
if: github.ref_name != 'master'
139139
with:
140140
root_options: --noop
141141

142142
# On main branch: actual PSR + upload to PyPI & GitHub
143143
- name: Release
144-
uses: python-semantic-release/python-semantic-release@v9.16.1
144+
uses: python-semantic-release/python-semantic-release@v9.17.0
145145
id: release
146146
if: github.ref_name == 'master'
147147
with:
@@ -237,7 +237,7 @@ jobs:
237237
path: dist
238238
merge-multiple: true
239239

240-
- uses: pypa/gh-action-pypi-publish@v1.12.3
240+
- uses: pypa/gh-action-pypi-publish@v1.12.4
241241
with:
242242
user: __token__
243243
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)