forked from mirrors/thatmattlove-hyperglass
build sdist & wheel for releases
This commit is contained in:
parent
0d3ac4cbdf
commit
ef520e8e92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-pypi.yml
vendored
2
.github/workflows/release-pypi.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Build hyperglass
|
||||
run: |
|
||||
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
||||
poetry build -f sdist
|
||||
poetry build
|
||||
|
||||
- name: Publish hyperglass release
|
||||
run: poetry publish
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue