Skip to content

Commit 93c4f54

Browse files
⬆️ Bump pypa/gh-action-pypi-publish from 1.3.1 to 1.9.0 (#104)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.3.1 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.3.1...v1.9.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt McKay <[email protected]>
1 parent 8c14bcc commit 93c4f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
pip install wheel
8585
python setup.py bdist_wheel sdist
8686
- name: Publish
87-
uses: pypa/gh-action-pypi-publish@v1.3.1
87+
uses: pypa/gh-action-pypi-publish@v1.9.0
8888
with:
8989
user: __token__
9090
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)