mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-10 19:14:49 +02:00
fix: remove temp build hack
This commit is contained in:
parent
fd6b6bb71f
commit
1f5e6cea70
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
upload-pypi:
|
upload-pypi:
|
||||||
name: Upload to pypi
|
name: Upload to pypi
|
||||||
needs: [release-please]
|
needs: [release-please]
|
||||||
# if: ${{ needs.release-please.outputs.release_created == 'true' }}
|
if: ${{ needs.release-please.outputs.release_created == 'true' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
name: pypi
|
name: pypi
|
||||||
|
Loading…
Reference in New Issue
Block a user