Skip to content

Commit 1176f96

Browse files
Update workflow steps
1 parent 2e4f602 commit 1176f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout 🛎️
16-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717

1818
- name: Set up Python 🧰
19-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
19+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2020
with:
2121
python-version: 3.x
2222

@@ -31,7 +31,7 @@ jobs:
3131
run: python -m build
3232

3333
- name: Publish package 🚀
34-
uses: Commandcracker/pypi-publish@8d13f542c4bb425036897e69001b670654c41a8d
34+
uses: Commandcracker/pypi-publish@ddf48cf80be92772ea5c647390693f488b015e23
3535
with:
3636
password: ${{ secrets.PYPI_API_TOKEN }}
3737
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)