Skip to content

Commit bc00a77

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4f2cd1 commit bc00a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_dartpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
- name: List files in dist
184184
run: ls -lR dist/
185185

186-
- uses: pypa/gh-action-pypi-publish@v1.10.0
186+
- uses: pypa/gh-action-pypi-publish@v1.10.1
187187
with:
188188
user: __token__
189189
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)