try publish to pypi from CI
This commit is contained in:
@@ -130,6 +130,9 @@ jobs:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: dist/
|
||||
- name: ls dist
|
||||
run: |
|
||||
ls dist
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user