File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout 🛎️
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17
17
18
18
- name : Set up Python 🧰
19
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
19
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
20
20
with :
21
21
python-version : 3.x
22
22
31
31
run : python -m build
32
32
33
33
- name : Publish package 🚀
34
- uses : Commandcracker/pypi-publish@8d13f542c4bb425036897e69001b670654c41a8d
34
+ uses : Commandcracker/pypi-publish@ddf48cf80be92772ea5c647390693f488b015e23
35
35
with :
36
36
password : ${{ secrets.PYPI_API_TOKEN }}
37
37
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments