mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-01 20:43:17 +08:00
ci: download artifact issue
This commit is contained in:
parent
0fc5774c0c
commit
1994691a9c
4
.github/workflows/pip.yml
vendored
4
.github/workflows/pip.yml
vendored
@ -78,12 +78,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
|
|
||||||
- uses: actions/download_artifacts@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
name: artifact
|
name: artifact
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@v1.3.1
|
- uses: pypa/gh-action-pypi-publish@v1.4.1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.pypi_password }}
|
password: ${{ secrets.pypi_password }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user