mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 16:28:14 +00:00
Update build.yml
This commit is contained in:
parent
3881119a36
commit
aebe7cd5f3
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -51,4 +51,9 @@ jobs:
|
|||
codecov -t ${{ secrets.CODECOV_TOKEN }}
|
||||
- name: Publish on Pypi
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: echo "tag ${{ github.ref }}"
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue