diff options
| author | 2024-02-27 14:11:13 +0800 | |
|---|---|---|
| committer | 2024-02-27 14:11:13 +0800 | |
| commit | a4ec9c788f13fc1b8f1c6b35ce64677da91e5a5d (patch) | |
| tree | b8075e9c44a27a7729b32f09d724cfdf87e29a45 /.github/workflows | |
| parent | 02cec66da612f000cafa4b3dcba12cf3832d10de (diff) | |
| download | HydroRoll-a4ec9c788f13fc1b8f1c6b35ce64677da91e5a5d.tar.gz HydroRoll-a4ec9c788f13fc1b8f1c6b35ce64677da91e5a5d.zip | |
Update release.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ebdf64..9324e70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,7 @@ jobs: release: name: Release + enviroment: release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, windows, macos, sdist] @@ -114,4 +115,4 @@ jobs: uses: PyO3/maturin-action@v1 with: command: upload - args: --non-interactive --skip-existing * + args: --skip-existing * |
