mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci: fix for python, always release
This commit is contained in:
parent
ade03cb590
commit
f8329cb0f1
1 changed files with 0 additions and 2 deletions
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -158,9 +158,7 @@ jobs:
|
|||
path: dist/py
|
||||
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
if: "startsWith(github.ref, 'refs/tags/')"
|
||||
needs: [linux, windows, macos, sdist]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue