mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 17:52:00 +00:00
enable publish on pypi
This commit is contained in:
parent
422be54725
commit
f4ad05d643
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_wheel_publish.yml
vendored
2
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
path: ./wheelhouse/*.whl
|
||||
|
||||
- name: Publish on Pypi
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue