Commit 1994691a by Henry Schreiner Committed by GitHub

ci: download artifact issue

parent 0fc5774c
......@@ -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 }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment