Skip to content

Commit 43ca8be

Browse files
authored
Merge pull request #43 from git-afsantos/dependabot/github_actions/pypa/gh-action-pypi-publish-1.13.0
⬆️ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
2 parents e225384 + 7a7e06c commit 43ca8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Build package
3838
run: python -m build --sdist --wheel --outdir dist/ .
3939
- name: Publish package to TestPyPI
40-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
40+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
4141
with:
4242
repository-url: https://test.pypi.org/legacy/
4343
- name: Publish package to PyPI
44-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
44+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e

0 commit comments

Comments
 (0)