Skip to content

Commit ba06b33

Browse files
authored
Merge pull request #850 from ANTsX/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows
2 parents 7ec3631 + f1c3645 commit ba06b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
python -m pip install --upgrade build
235235
python -m build --sdist --outdir dist
236236
- name: Publish to PyPI
237-
uses: pypa/gh-action-pypi-publish@v1.12.4
237+
uses: pypa/gh-action-pypi-publish@v1.13.0
238238
with:
239239
user: __token__
240240
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)