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 35fcf86 commit 5fa530cCopy full SHA for 5fa530c
1 file changed
.github/workflows/release.yml
@@ -11,17 +11,17 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15
- name: Set up Python
16
- uses: actions/setup-python@v4
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
17
with:
18
python-version: 3.10
19
- name: Install dependencies
20
run: pip install -U setuptools wheel build
21
- name: Build
22
run: python -m build .
23
- name: Publish
24
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
25
26
password: ${{ secrets.PYPI_API_TOKEN }}
27
verbose: true
0 commit comments