Skip to content

Commit 8a858b8

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#31)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hannes Vogt <[email protected]>
1 parent 8faa8c0 commit 8a858b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
merge-multiple: true
7575
- name: Publish to test.pypi.org
7676
if: ${{ github.event_name == 'push' }}
77-
uses: pypa/gh-action-pypi-publish@v1.8.11
77+
uses: pypa/gh-action-pypi-publish@v1.13.0
7878
with:
7979
user: __token__
8080
password: ${{ secrets.TESTPYPI_DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)