Skip to content

Commit bf5ce5b

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f536cb commit bf5ce5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
merge-multiple: true
207207

208208
# Upload to PyPI
209-
- uses: pypa/gh-action-pypi-publish@v1.13.0
209+
- uses: pypa/gh-action-pypi-publish@v1.14.0
210210
name: Upload to PyPI
211211
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.upload_dest == 'PyPI')
212212
with:
@@ -216,7 +216,7 @@ jobs:
216216
password: ${{ secrets.PYPI_TOKEN }}
217217

218218
# Upload to Test PyPI
219-
- uses: pypa/gh-action-pypi-publish@v1.13.0
219+
- uses: pypa/gh-action-pypi-publish@v1.14.0
220220
name: Upload to Test PyPI
221221
if: github.event_name == 'workflow_dispatch' && github.event.inputs.upload_dest == 'Test PyPI'
222222
with:

0 commit comments

Comments
 (0)