Skip to content

Commit 0262c85

Browse files
committed
ci: pin pypa/gh-action-pypi-publish
1 parent e66199a commit 0262c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: pip
2020
- name: Install build dependencies
2121
run: |
22-
python -m pip install -U pip
22+
python -m pip install -U pip
2323
python -m pip install -e '.[dev]'
2424
- name: Build
2525
run: python -m build
@@ -28,7 +28,7 @@ jobs:
2828
- name: What will we publish?
2929
run: ls -l dist
3030
- name: Publish
31-
uses: pypa/gh-action-pypi-publish@master
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
3333
user: __token__
3434
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)