diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7260aed..0a53f792 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-linux + name: wheels-linux-${{ matrix.target }} path: dist overwrite: true - name: Releasing assets @@ -76,7 +76,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-windows + name: wheels-windows-${{ matrix.target }} path: dist overwrite: true - name: Releasing assets @@ -117,7 +117,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-macos + name: wheels-macos-${{ matrix.target }} path: dist overwrite: true - name: Releasing assets @@ -140,7 +140,7 @@ jobs: - name: Upload sdist uses: actions/upload-artifact@v4 with: - name: wheels-sdist + name: wheels-sdist-${{ matrix.target }} path: dist overwrite: true - name: Releasing assets @@ -173,7 +173,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-musllinux + name: wheels-musllinux-${{ matrix.target }} path: dist overwrite: true - name: Releasing assets diff --git a/Cargo.lock b/Cargo.lock index 8ef797d6..85f93be3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,7 +997,7 @@ dependencies = [ [[package]] name = "psqlpy" -version = "0.9.1" +version = "0.9.2" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b30cc53c..710c59cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psqlpy" -version = "0.9.1" +version = "0.9.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html