mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-21 14:23:14 +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:
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
- uses: actions/download_artifacts@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: dist
|
||||
name: artifact
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@v1.3.1
|
||||
- uses: pypa/gh-action-pypi-publish@v1.4.1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user