mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 00:40:22 +00:00
ci: download artifact issue
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user