Skip to content

Commit 4cfdabd

Browse files
authored
ci: fix release workflow (#132)
1 parent ef71da9 commit 4cfdabd

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
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "master"
77
- "ci"
8-
- "[0-9]+.[0-9x]+*"
8+
- "[0-9]+.[0-9]+.[0-9x]+*"
99
paths:
1010
- "httptools/_version.py"
1111

@@ -169,7 +169,7 @@ jobs:
169169
ls -al dist/
170170
171171
- name: Upload to PyPI
172-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
172+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
173173
with:
174174
user: __token__
175175
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)