diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f1ec7a..87bea81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin \ build --interpreter ${{ matrix.python-version }} --release --strip docker run --rm -v $(pwd):/io -e MATURIN_PYPI_TOKEN="\$1" \ - ghcr.io/pyo3/maturin publish --interpreter ${{ matrix.python-version }} + ghcr.io/pyo3/maturin publish --skip-existing EOF chmod +x publish.sh @@ -65,7 +65,7 @@ jobs: cat < publish.sh #!/bin/bash maturin build --release --strip --target ${{ matrix.arch }} - maturin publish + maturin publish --skip-existing EOF chmod +x publish.sh diff --git a/README.md b/README.md index 79b84b4..db2138f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Test](https://github.com/t-young31/opt-rs/actions/workflows/test.yml/badge.svg)](https://github.com/t-young31/opt-rs/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/t-young31/mors/branch/main/graph/badge.svg?token=5KTYG2WJ9L)](https://codecov.io/gh/t-young31/mors) +[![Test](https://github.com/t-young31/opt-rs/actions/workflows/test.yml/badge.svg)](https://github.com/t-young31/opt-rs/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/t-young31/opt-rs/graph/badge.svg?token=5KTYG2WJ9L)](https://codecov.io/gh/t-young31/opt-rs) ![alt text](src/common/logo.png)