File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
51+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
40+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
4141 with :
4242 user : __token__
4343 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments