fix github action
This commit is contained in:
parent
f2882883ad
commit
15774d606b
2 changed files with 3 additions and 2 deletions
3
.github/workflows/all.yml
vendored
3
.github/workflows/all.yml
vendored
|
|
@ -201,7 +201,8 @@ jobs:
|
|||
needs: [build-windows, build-ubuntu, build-macos]
|
||||
runs-on: ubuntu-latest
|
||||
name: "Upload wheels to PyPI"
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
# if: github.event_name == 'release' && github.event.action == 'published'
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.0.1"
|
||||
__version__ = "0.0.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue