File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 # only store the artifact for 'retention-days'
4949 - name : Upload docs artifact
5050 # if: github.event.pull_request.merged == true
51- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
51+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252 with :
5353 name : built_docs
5454 path : docs/_build/html
Original file line number Diff line number Diff line change 3737 python -m pep517.build --source --binary --out-dir dist/ .
3838
3939 - name : Publish distribution to PyPI
40- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
40+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
4141 with :
4242 user : __token__
4343 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments