We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef71da9 commit 4cfdabdCopy full SHA for 4cfdabd
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- "master"
7
- "ci"
8
- - "[0-9]+.[0-9x]+*"
+ - "[0-9]+.[0-9]+.[0-9x]+*"
9
paths:
10
- "httptools/_version.py"
11
@@ -169,7 +169,7 @@ jobs:
169
ls -al dist/
170
171
- name: Upload to PyPI
172
- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
173
with:
174
user: __token__
175
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments