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:
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
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 }}
You can’t perform that action at this time.
0 commit comments