Skip to content

Commit 709c00c

Browse files
⬆️ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90fba30 commit 709c00c

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
@@ -73,7 +73,7 @@ jobs:
7373
python -m pip install -U pip build
7474
python -m build
7575
- name: Publish
76-
uses: pypa/gh-action-pypi-publish@v1.10.3
76+
uses: pypa/gh-action-pypi-publish@v1.11.0
7777
with:
7878
user: __token__
7979
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)