Skip to content

Commit 740eac7

Browse files
Bump pypa/gh-action-pypi-publish
Bumps the github-actions group with 1 update in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 686c208 commit 740eac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
path: wheelhouse/*whl
206206
name: ${{ matrix.image }}_wheels.zip
207207
- name: Publish package to PyPI
208-
uses: pypa/gh-action-pypi-publish@v1.10.1
208+
uses: pypa/gh-action-pypi-publish@v1.11.0
209209
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
210210
with:
211211
user: __token__

0 commit comments

Comments
 (0)