mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00: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…
Reference in New Issue
Block a user