Skip to content

Commit

Permalink
Add issue URL to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Mar 12, 2024
1 parent 2d640ee commit e3017b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --strip --locked --out dist --manifest-path chrs/Cargo.toml
# sscache seems to be broken
# sscache seems to be broken. https://github.com/PyO3/maturin-action/issues/249
# sccache: 'true'
# manylinux cannot be auto
# https://github.com/PyO3/maturin-action/issues/222
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
path: dist

maturin-release:
name: Release
name: Release to PyPI
runs-on: ubuntu-latest
if: startsWith( github.ref, 'refs/tags/v' )
needs: [maturin-linux, maturin-windows, maturin-macos, maturin-sdist]
Expand Down

0 comments on commit e3017b7

Please sign in to comment.