mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-10 11:05:03 +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:
|
||||
name: Upload to pypi
|
||||
needs: [release-please]
|
||||
# if: ${{ needs.release-please.outputs.release_created == 'true' }}
|
||||
if: ${{ needs.release-please.outputs.release_created == 'true' }}
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: pypi
|
||||
|
Loading…
Reference in New Issue
Block a user